Brad Robinson 11 年 前
コミット
b9cfa64718
1 ファイル変更2 行追加2 行削除
  1. 2 2
      readme.md

+ 2 - 2
readme.md

@@ -418,8 +418,8 @@ For example, it's often necessary to wire up ownership references on loaded sub-
 		}
 	}
 
-The IJsonLoadField interface can be used to "fix up" income JSON data.  For example, imagine
-a situation where a numeric ID field was incorrectly provided by a server as a string 
+The IJsonLoadField interface can be used to "fix up" incorrect incoming JSON data.  For example, 
+imagine a situation where a numeric ID field was incorrectly provided by a server as a string 
 (enclosed in quotes) instead of a plain number.