Skip to content

Commit

Permalink
docs: fixed spelling mistake (denoland/deno#5662)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilSeervi authored May 20, 2020
1 parent 90dd0bb commit 83f69c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 83f69c3

Please sign in to comment.