Skip to content

Commit 305f157

Browse files
committed
Fix typo in obj.c
1 parent 6a14e73 commit 305f157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ void push_multimethod_method(VALUE multimethod, const VALUE method) {
700700
array_push(MULTIMETHOD_METHODS(multimethod), method);
701701
}
702702

703-
// TODO: shring allocated memory
703+
// TODO: shrink allocated memory
704704
VALUE array_shift(VALUE arr) {
705705
VALUE ret;
706706
assert(OBJ_LEN(arr));

0 commit comments

Comments
 (0)