Fix typo in docstring (#15714)
authorRussell Cohen <russell.r.cohen@gmail.com>
Thu, 4 Jan 2018 04:15:12 +0000 (20:15 -0800)
committerJan Kotas <jkotas@microsoft.com>
Thu, 4 Jan 2018 04:15:12 +0000 (20:15 -0800)
src/mscorlib/src/System/Collections/Hashtable.cs

index 6a23fde786936c3687eb71adfb27e7536429004e..18c7359a6e3e74d60002810def64db087a15cf33 100644 (file)
@@ -74,7 +74,7 @@ namespace System.Collections
           fixes here probably need to be made to the generic Dictionary as well.
     
           This Hashtable uses double hashing.  There are hashsize buckets in the 
-          table, and each bucket can contain 0 or 1 element.  We a bit to mark
+          table, and each bucket can contain 0 or 1 element.  We use a bit to mark
           whether there's been a collision when we inserted multiple elements
           (ie, an inserted item was hashed at least a second time and we probed 
           this bucket, but it was already in use).  Using the collision bit, we