Fix typo in BasicJsonWriter.java

See gh-28890
This commit is contained in:
Ikko Ashimine
2022-07-30 12:34:17 +09:00
committed by Stephane Nicoll
parent c8648b523b
commit 4ac9b7bff2

View File

@@ -245,7 +245,7 @@ class BasicJsonWriter {
/**
* 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();