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 6a14e73 commit 305f157Copy full SHA for 305f157
obj.c
@@ -700,7 +700,7 @@ void push_multimethod_method(VALUE multimethod, const VALUE method) {
700
array_push(MULTIMETHOD_METHODS(multimethod), method);
701
}
702
703
-// TODO: shring allocated memory
+// TODO: shrink allocated memory
704
VALUE array_shift(VALUE arr) {
705
VALUE ret;
706
assert(OBJ_LEN(arr));
0 commit comments