From ba54c9c69e581d583d0572a4c7622c60580827a9 Mon Sep 17 00:00:00 2001 From: Tsukuru Tanimichi Date: Wed, 30 Jun 2021 12:06:51 +0900 Subject: [PATCH] Modify a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a4c790..1d0c93e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Occasionally, you may want to disable the `error_highlight` gem for e.g. debuggi can disable it entirely by specifying `--disable-error_highlight` option to the `ruby` command: ```bash -$ uby --disable-error_highlight -e '1.time {}' +$ ruby --disable-error_highlight -e '1.time {}' -e:1:in `
': undefined method `time' for 1:Integer (NoMethodError) Did you mean? times ```