From 48ffa481cb7fb8acc5111ae8fd28f28b2bd2e023 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Wed, 20 Oct 2021 21:25:37 +0900 Subject: [PATCH] Fix a typo This PR fixes a typo. (`messsage` -> `message`) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3933b76..73f81a2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ def extract_value(data) end ``` -When `data` is `{ :results => [] }`, the following error messsage is shown: +When `data` is `{ :results => [] }`, the following error message is shown: ``` $ ruby test.rb