Explorar el Código

Fix grammar in XML docs as reported by pedantic Mitch

Brad Robinson hace 2 años
padre
commit
51b62888ae
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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