Typo fix: poped => popped

This commit is contained in:
Herwin Weststrate
2016-11-17 11:05:27 +01:00
parent 57900d809f
commit c043dc631e
+2 -2
View File
@@ -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);