Skip to content

Commit

Permalink
spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sehgal committed Aug 21, 2023
1 parent 834cc62 commit 9fb6da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gson/src/test/java/com/google/gson/stream/JsonWriterTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -981,9 +981,9 @@ public void testIndentOverwritesFormattingStyle() throws IOException {
}

/**
* This method wites a json object and return the jsonwriter object
* This method wites a json object and return a jsonwriter object
* that we can use for the testing purpose
* @return JsonWriter Object that has written as json with nesetd object and an array
* @return JsonWriter Object with nested object and an array
*/
private JsonWriter getJsonWriterWithObjects() throws IOException {
StringWriter stringWriter = new StringWriter();
Expand Down

0 comments on commit 9fb6da5

Please sign in to comment.