Brad Robinson 11 年之前
父節點
當前提交
36dd951565
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -437,7 +437,7 @@ The IJsonWriter interface writes to the Json output stream:
 *WriteStringLiteral* - writes a string literal to the output stream, including the surrounding quotes and
 *WriteStringLiteral* - writes a string literal to the output stream, including the surrounding quotes and
  escaping the content as required.
  escaping the content as required.
 
 
-*WriteRaw* - writes directly to the output stream.  Use for comments, or self genarated Json data.
+*WriteRaw* - writes directly to the output stream.  Use for comments, or self generated Json data.
 
 
 *WriteArray* - writes an array to the output stream.  The callback should write each element.
 *WriteArray* - writes an array to the output stream.  The callback should write each element.