mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo (thanks @Maumagnaguagno !)
This commit is contained in:
parent
1fe6c92603
commit
c4e2973733
Notes:
git
2022-07-13 16:09:35 +09:00
1 changed files with 1 additions and 1 deletions
2
error.c
2
error.c
|
@ -1403,7 +1403,7 @@ exc_message(VALUE exc)
|
|||
* - Magenta (+\e[35m+)
|
||||
* - Cyan (+\e[36m+)
|
||||
*
|
||||
* Use escape sequeunces carefully even if +highlight+ is true.
|
||||
* Use escape sequences carefully even if +highlight+ is true.
|
||||
* Do not use escape sequences to express essential information;
|
||||
* the message should be readable even if all escape sequences are
|
||||
* ignored.
|
||||
|
|
Loading…
Reference in a new issue