Skip to content

Commit

Permalink
Typo in LineReader.java's comment
Browse files Browse the repository at this point in the history
possion -> position
  • Loading branch information
snuyanzin authored Jul 29, 2019
1 parent 9511bfa commit 3cb846f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader/src/main/java/org/jline/reader/LineReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* Defaults to an empty string.
* </dd>
* <dt>{@code %}<var>n</var>{@code P}<var>c</var></dt>
* <dd>Insert padding at this possion, repeating the following
* <dd>Insert padding at this position, repeating the following
* character <var>c</var> as needed to bring the total prompt
* column width as specified by the digits <var>n</var>.
* </dd>
Expand Down

0 comments on commit 3cb846f

Please # to comment.