misc: fix spelling

This commit is contained in:
John Bampton
2025-05-14 02:01:02 +10:00
parent 93a7e5ec26
commit 781edbd446
11 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -126,9 +126,9 @@ exc_to_s(mrb_state *mrb, mrb_value exc)
* call-seq:
* exception.inspect -> string
*
* Returns this exception's file name, line number,
* Returns this exception's filename, line number,
* message and class name.
* If file name or line number is not set,
* If filename or line number is not set,
* returns message and class name.
*/