mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 15:33:40 +00:00
chore: fix function names in comment
Signed-off-by: hongkuang <liurenhong@outlook.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user