Skip to content

Commit

Permalink
Minor Grammatical Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nschnitzer authored and eviltak committed Mar 12, 2019
1 parent 0420bee commit 0ae28ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
/**
* GsonSerializer provides the ability to serialize and deserialize objects to and from JSON
* <br>
* Serialized JSONs can be forwarded/written to various output types <br>
* Serialized JSON can be forwarded/written to various output types <br>
* <br>
* Various input types can be deserialized and returned as PersistedData types
*
Expand Down Expand Up @@ -115,7 +115,7 @@ public <T> void writeJson(T object, TypeHandler<T> typeHandler, File file) throw
}

/**
* Writes the a the object's persisted data to {@link File} of a specified file name as JSON
* Writes an object's persisted data to {@link File} of a specified file name as JSON
*
* @see #writeJson(Object, TypeHandler, String)
* @param object the object to be serialized
Expand Down

0 comments on commit 0ae28ce

Please sign in to comment.