diff options
| author | Herwin Weststrate <[email protected]> | 2016-11-17 11:05:27 +0100 |
|---|---|---|
| committer | Herwin Weststrate <[email protected]> | 2016-11-17 11:05:27 +0100 |
| commit | c043dc631e9734ea8d55ee579a52a878e540f44d (patch) | |
| tree | ad0f32200dd97f5d4827b6386aca524700a4b72a | |
| parent | 57900d809f7dac7f450eadd475ad225a6cca39cb (diff) | |
| download | mruby-c043dc631e9734ea8d55ee579a52a878e540f44d.tar.gz mruby-c043dc631e9734ea8d55ee579a52a878e540f44d.zip | |
Typo fix: poped => popped
| -rw-r--r-- | include/mruby/array.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mruby/array.h b/include/mruby/array.h index 8f9d5d502..4d767eecb 100644 --- a/include/mruby/array.h +++ b/include/mruby/array.h @@ -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); |
