diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-06-25 09:55:25 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-06-25 09:55:25 +0900 |
| commit | db7e02cd411ee8e62c6503abbf33b8c5446bf8cd (patch) | |
| tree | 7cd94d959d042a2ae227c99545513aa66fba8027 /mrbgems/mruby-hash-ext/mrblib/hash.rb | |
| parent | 5161909cd7efe783d63270914c0f4b6463c272b5 (diff) | |
| parent | 25885072858582d3d2f985b405a8e84d58f716e8 (diff) | |
| download | mruby-db7e02cd411ee8e62c6503abbf33b8c5446bf8cd.tar.gz mruby-db7e02cd411ee8e62c6503abbf33b8c5446bf8cd.zip | |
Merge pull request #2858 from franckverrot/remove-unnecessary-backticks
Remove unnecessary backticks
Diffstat (limited to 'mrbgems/mruby-hash-ext/mrblib/hash.rb')
| -rw-r--r-- | mrbgems/mruby-hash-ext/mrblib/hash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-hash-ext/mrblib/hash.rb b/mrbgems/mruby-hash-ext/mrblib/hash.rb index ea5e6bc1b..c970b9d02 100644 --- a/mrbgems/mruby-hash-ext/mrblib/hash.rb +++ b/mrbgems/mruby-hash-ext/mrblib/hash.rb @@ -119,7 +119,7 @@ class Hash # # <em>produces:</em> # - # prog.rb:2:in `fetch': key not found (KeyError) + # prog.rb:2:in 'fetch': key not found (KeyError) # from prog.rb:2 # |
