Skip to content

Commit

Permalink
Typo fix: poped => popped
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinw committed Nov 17, 2016
1 parent 57900d8 commit c043dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mruby/array.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ MRB_API void mrb_ary_push(mrb_state *mrb, mrb_value array, mrb_value value);
* ary.pop
*
* @param mrb The mruby state reference.
* @param ary The array from which the value will be poped.
* @return The poped value.
* @param ary The array from which the value will be popped.
* @return The popped value.
*/
MRB_API mrb_value mrb_ary_pop(mrb_state *mrb, mrb_value ary);

Expand Down

0 comments on commit c043dc6

Please sign in to comment.