Merge pull request #28890 from eltociear

* pr/28890:
  Fix typo in BasicJsonWriter.java

Closes gh-28890
This commit is contained in:
Stephane Nicoll
2022-08-01 09:17:51 +02:00

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();