mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
docs(std): fixed spelling mistake (#5662)
This commit is contained in:
parent
eb5acb39d5
commit
f366e5e9bb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue