From 3798f41586a963b44d65d47afab7bf6bb720397f Mon Sep 17 00:00:00 2001 From: Jean B Date: Tue, 14 Nov 2017 09:47:15 -0800 Subject: [PATCH] fix typo paameter -> parameter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 592ae9993..61c9f4a97 100644 --- a/README.md +++ b/README.md @@ -1697,7 +1697,7 @@ Returns the number of elements in a string, an array or a hash. This function wi Perform printf-style formatting with named references of text. -The first paameter is format string describing how the rest of the parameters in the hash +The first parameter is format string describing how the rest of the parameters in the hash should be formatted. See the documentation for the `Kernel::sprintf` function in Ruby for all the details.