We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57900d8 commit c043dc6Copy full SHA for c043dc6
1 file changed
include/mruby/array.h
@@ -84,8 +84,8 @@ MRB_API void mrb_ary_push(mrb_state *mrb, mrb_value array, mrb_value value);
84
* ary.pop
85
*
86
* @param mrb The mruby state reference.
87
- * @param ary The array from which the value will be poped.
88
- * @return The poped value.
+ * @param ary The array from which the value will be popped.
+ * @return The popped value.
89
*/
90
MRB_API mrb_value mrb_ary_pop(mrb_state *mrb, mrb_value ary);
91
0 commit comments