Skip to content

Commit 397acd4

Browse files
authored
Fix return type in .hash_code() (#521)
Fixed the return type from string to number
1 parent cebe535 commit 397acd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scripting/scripts.lib/hash_code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The string to be hashed.
1818

1919
### Return
2020

21-
Returns a string.
21+
Returns a number.
2222

2323
## Example
2424

0 commit comments

Comments
 (0)