From f366e5e9bb5982376b160bebd35c3edf2c9ff19b Mon Sep 17 00:00:00 2001 From: Anil Seervi Date: Wed, 20 May 2020 16:50:20 +0530 Subject: docs(std): fixed spelling mistake (#5662) --- std/fmt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/fmt') diff --git a/std/fmt/README.md b/std/fmt/README.md index 48f7c50db..6f9a67a18 100644 --- a/std/fmt/README.md +++ b/std/fmt/README.md @@ -17,7 +17,7 @@ This is very much a work-in-progress. I'm actively soliciting feedback. - behaviour of `%v` verb. In Golang, this is a shortcut verb to "print the default format" of the argument. It is currently implemented to format using - `toString` in the default case and `inpect` if the `%#v` alternative format + `toString` in the default case and `inspect` if the `%#v` alternative format flag is used in the format directive. Alternatively, `%V` could be used to distinguish the two. -- cgit v1.2.3