瀏覽代碼

Fix grammar in XML docs as reported by pedantic Mitch

Brad Robinson 2 年之前
父節點
當前提交
51b62888ae
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Topten.JsonKit/JsonKit.cs

+ 2 - 2
Topten.JsonKit/JsonKit.cs

@@ -444,7 +444,7 @@ namespace Topten.JsonKit
         }
 
         /// <summary>
-        /// Register a callback that to format the key values of dictionaries
+        /// Register a callback to format the key values of dictionaries
         /// </summary>
         /// <remarks>
         /// These formatters are only used when writing .NET dictionary 
@@ -458,7 +458,7 @@ namespace Topten.JsonKit
         }
 
         /// <summary>
-        /// Register a callback that to format the key values of dictionaries
+        /// Register a callback to format the key values of dictionaries
         /// </summary>
         /// <remarks>
         /// These formatters are only used when writing .NET dictionary