PluggableDictionary.st
changeset 4803 5040e2b3e0c5
parent 4023 875963f1e601
--- a/PluggableDictionary.st	Sun Feb 10 14:44:06 2019 +0100
+++ b/PluggableDictionary.st	Sun Feb 10 14:44:10 2019 +0100
@@ -227,7 +227,7 @@
     ^ hashFunction value:aKey
 ! !
 
-!PluggableDictionary methodsFor:'testing'!
+!PluggableDictionary methodsFor:'queries'!
 
 occurrencesOf:anObject
     "count & return how often anObject is stored in the dictionary.