chore: fix function names in comment

Signed-off-by: hongkuang <liurenhong@outlook.com>
This commit is contained in:
hongkuang
2024-04-07 16:17:09 +08:00
committed by Ron Evans
parent 22bf045c9a
commit 1154212c15
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -980,7 +980,7 @@ func (t *rawType) Comparable() bool {
return (t.meta & flagComparable) == flagComparable
}
// isbinary() returns if the hashmapAlgorithmBinary functions can be used on this type
// isBinary returns if the hashmapAlgorithmBinary functions can be used on this type
func (t *rawType) isBinary() bool {
return (t.meta & flagIsBinary) == flagIsBinary
}