From 0ae28ce430c3523dd7ec98c395221030a4243939 Mon Sep 17 00:00:00 2001 From: nschnitzer <33706405+nschnitzer@users.noreply.github.com> Date: Tue, 11 Dec 2018 13:47:37 -0500 Subject: [PATCH] Minor Grammatical Fixes --- .../terasology/persistence/serializers/GsonSerializer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/src/main/java/org/terasology/persistence/serializers/GsonSerializer.java b/engine/src/main/java/org/terasology/persistence/serializers/GsonSerializer.java index 7c9a20f0ecd..545112ba8a2 100644 --- a/engine/src/main/java/org/terasology/persistence/serializers/GsonSerializer.java +++ b/engine/src/main/java/org/terasology/persistence/serializers/GsonSerializer.java @@ -39,7 +39,7 @@ /** * GsonSerializer provides the ability to serialize and deserialize objects to and from JSON *
- * Serialized JSONs can be forwarded/written to various output types
+ * Serialized JSON can be forwarded/written to various output types
*
* Various input types can be deserialized and returned as PersistedData types * @@ -115,7 +115,7 @@ public void writeJson(T object, TypeHandler 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