diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-13 16:38:02 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-13 16:38:02 +0900 |
| commit | d04c651405189e132bd19985435d4c1c5fa1762b (patch) | |
| tree | 1a3dd21c1c0f4a2898ae8f308e1cd516f4d9e717 /mrbgems/mruby-bin-debugger | |
| parent | 9a9c95986a2bb5d647f7a610c04987cd2b9397f4 (diff) | |
| parent | be40e9c783363b45a14ba70a18157385814e8b3e (diff) | |
| download | mruby-d04c651405189e132bd19985435d4c1c5fa1762b.tar.gz mruby-d04c651405189e132bd19985435d4c1c5fa1762b.zip | |
Merge pull request #5342 from jbampton/fix-spelling
chore: fix spelling
Diffstat (limited to 'mrbgems/mruby-bin-debugger')
| -rw-r--r-- | mrbgems/mruby-bin-debugger/bintest/print.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-bin-debugger/bintest/print.rb b/mrbgems/mruby-bin-debugger/bintest/print.rb index 4a4339f5a..63ebded3e 100644 --- a/mrbgems/mruby-bin-debugger/bintest/print.rb +++ b/mrbgems/mruby-bin-debugger/bintest/print.rb @@ -264,7 +264,7 @@ SRC BinTest_MrubyBinDebugger.test(src, tc) end -assert('mruby-bin-debugger(print) same name:instance variabe') do +assert('mruby-bin-debugger(print) same name:instance variable') do # ruby source (bp is break point) src = <<"SRC" @iv = 'top' @@ -296,7 +296,7 @@ SRC BinTest_MrubyBinDebugger.test(src, tc) end -# Kernel#instance_eval(string) does't work const. +# Kernel#instance_eval(string) doesn't work const. =begin assert('mruby-bin-debugger(print) same name:const') do # ruby source (bp is break point) |
