Fix a typo (thanks @Maumagnaguagno !)

This commit is contained in:
Yusuke Endoh 2022-07-13 02:17:23 +09:00
parent 1fe6c92603
commit c4e2973733
Notes: git 2022-07-13 16:09:35 +09:00

View File

@ -1403,7 +1403,7 @@ exc_message(VALUE exc)
* - Magenta (+\e[35m+) * - Magenta (+\e[35m+)
* - Cyan (+\e[36m+) * - 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; * Do not use escape sequences to express essential information;
* the message should be readable even if all escape sequences are * the message should be readable even if all escape sequences are
* ignored. * ignored.