diff options
| author | Paul Eggert | 2014-02-25 10:40:54 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-02-25 10:40:54 -0800 |
| commit | 9a89cfa29d9ec1db1be81e3adef28ff703fddaa5 (patch) | |
| tree | 1a54f492773c87ceb0ddfff413c1b178b41b035e /test/indent/ruby.rb | |
| parent | 05db9ece58e9b79b6432af031a2605b7e8d83ebe (diff) | |
| download | emacs-9a89cfa29d9ec1db1be81e3adef28ff703fddaa5.tar.gz emacs-9a89cfa29d9ec1db1be81e3adef28ff703fddaa5.zip | |
Spelling fix.
Diffstat (limited to 'test/indent/ruby.rb')
| -rw-r--r-- | test/indent/ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 344f16b3d13..daec1c30c69 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb | |||
| @@ -361,7 +361,7 @@ a.records().map(&:b).zip( | |||
| 361 | foo) | 361 | foo) |
| 362 | 362 | ||
| 363 | # FIXME: This is not consistent with the example below it, but this | 363 | # FIXME: This is not consistent with the example below it, but this |
| 364 | # ofset only happens if the colon is at eol, which wouldn't be often. | 364 | # offset only happens if the colon is at eol, which wouldn't be often. |
| 365 | # Tokenizing `bar:' as `:bar =>' would be better, but it's hard to | 365 | # Tokenizing `bar:' as `:bar =>' would be better, but it's hard to |
| 366 | # distinguish from a variable reference inside a ternary operator. | 366 | # distinguish from a variable reference inside a ternary operator. |
| 367 | foo(bar: | 367 | foo(bar: |