소스 검색

Merge pull request #348 from lahwran/master

Fix minor inclusion typo in readme
Val Markovic 11 년 전
부모
커밋
f838973d54
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -19,10 +19,10 @@ Here's an explanation of what happens in the short GIF demo above.
 First, realize that **no keyboard shortcuts had to be pressed** to get the list
 of completion candidates at any point in the demo. The user just types and the
 suggestions pop up by themselves. If the user doesn't find the completion
-suggestions relevant and/or just wants to type, he can do so; the completion
+suggestions relevant and/or just wants to type, they can do so; the completion
 engine will not interfere.
 
-When the user sees a useful completion string being offered, he presses the TAB
+When the user sees a useful completion string being offered, they press the TAB
 key to accept it. This inserts the completion string. Repeated presses of the
 TAB key cycle through the offered completions.