소스 검색

Merge pull request #46 from RandomInsano/patch-1

Grammar fix
Jeremy Soller 7 년 전
부모
커밋
7b0a14c35e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -6,7 +6,7 @@ This allocator is used as the default Redox.
 
 ## A note on its state.
 
-It fully works, although it is somewhat slower than jemalloc, since it haven't
+It fully works, although it is somewhat slower than jemalloc, since it hasn't
 been optimized yet.
 
 I consider the state of the code quality very good.