We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7892b commit 41a9460Copy full SHA for 41a9460
string.c
@@ -94,7 +94,7 @@ VALUE rb_cSymbol;
94
* The string was allocated by the `Symbol#to_s` method.
95
* It emits a deprecation warning when mutated for the first time.
96
* 4: STR_PRECOMPUTED_HASH
97
- * The string is embedded and has its precomputed hascode stored
+ * The string is embedded and has its precomputed hashcode stored
98
* after the terminator.
99
* 5: STR_SHARED_ROOT
100
* Other strings may point to the contents of this string. When this
0 commit comments