Skip to content

Commit c043dc6

Browse files
committed
Typo fix: poped => popped
1 parent 57900d8 commit c043dc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/mruby/array.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ MRB_API void mrb_ary_push(mrb_state *mrb, mrb_value array, mrb_value value);
8484
* ary.pop
8585
*
8686
* @param mrb The mruby state reference.
87-
* @param ary The array from which the value will be poped.
88-
* @return The poped value.
87+
* @param ary The array from which the value will be popped.
88+
* @return The popped value.
8989
*/
9090
MRB_API mrb_value mrb_ary_pop(mrb_state *mrb, mrb_value ary);
9191

0 commit comments

Comments
 (0)