Skip to content

Commit

Permalink
Fix typo in BasicJsonWriter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored and snicoll committed Aug 1, 2022
1 parent c8648b5 commit 4ac9b7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public IndentingWriter println() {
/**
* Increase the indentation level and execute the {@link Runnable}. Decrease the
* indentation level on completion.
* @param runnable the code to execute withing an extra indentation level
* @param runnable the code to execute within an extra indentation level
*/
public IndentingWriter indented(Runnable runnable) {
indent();
Expand Down

0 comments on commit 4ac9b7b

Please sign in to comment.