Skip to content

Commit a7f948c

Browse files
brandonzylstranobu
authored andcommitted
[DOC] Fix a typo in enum.c documentation
fix a minor misspelling in the documentation comments
1 parent dd489ee commit a7f948c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3946,7 +3946,7 @@ chunk_i(RB_BLOCK_CALL_FUNC_ARGLIST(yielder, enumerator))
39463946
* ["F", 6860]
39473947
*
39483948
* You can use the special symbol <tt>:_alone</tt> to force an element
3949-
* into its own separate chuck:
3949+
* into its own separate chunk:
39503950
*
39513951
* a = [0, 0, 1, 1]
39523952
* e = a.chunk{|i| i.even? ? :_alone : true }

0 commit comments

Comments
 (0)