Merge pull request #4570 from tyfkda/feature/fix-typo

Fix typo in comment
This commit is contained in:
Ben Fry
2016-07-28 19:42:57 -04:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ public class CompletionPanel {
private String subWord;
/**
* Postion where the completion has to be inserted
* Position where the completion has to be inserted
*/
private int insertionPosition;