Skip to content

Commit

Permalink
Merge pull request #424 from snuyanzin/patch-1
Browse files Browse the repository at this point in the history
Typo in LineReader.java's comment
  • Loading branch information
mattirn committed Jul 29, 2019
2 parents 9511bfa + 3cb846f commit 0749251
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 0749251

Please sign in to comment.