diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-13 23:36:18 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-13 23:36:18 +0900 |
| commit | e9fe337b952731226449027a4c34471af27b23e6 (patch) | |
| tree | 77b0097e93d105368890ab0611801225e72f7ec6 /mrbgems/mruby-sprintf/src/sprintf.c | |
| parent | 116e128b1a103e2fb246cc9d53b82246b24dbd40 (diff) | |
| parent | 940dec5e7df1c4c7ec131073bd364ddd59d4b48c (diff) | |
| download | mruby-e9fe337b952731226449027a4c34471af27b23e6.tar.gz mruby-e9fe337b952731226449027a4c34471af27b23e6.zip | |
Merge pull request #5221 from jbampton/fix-spelling
Fix spelling
Diffstat (limited to 'mrbgems/mruby-sprintf/src/sprintf.c')
| -rw-r--r-- | mrbgems/mruby-sprintf/src/sprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-sprintf/src/sprintf.c b/mrbgems/mruby-sprintf/src/sprintf.c index b10db8547..97e821c2f 100644 --- a/mrbgems/mruby-sprintf/src/sprintf.c +++ b/mrbgems/mruby-sprintf/src/sprintf.c @@ -506,7 +506,7 @@ get_hash(mrb_state *mrb, mrb_value *hash, mrb_int argc, const mrb_value *argv) * For more complex formatting, Ruby supports a reference by name. * %<name>s style uses format style, but %{name} style doesn't. * - * Exapmles: + * Examples: * sprintf("%<foo>d : %<bar>f", { :foo => 1, :bar => 2 }) * #=> 1 : 2.000000 * sprintf("%{foo}f", { :foo => 1 }) |
