Skip to content

Commit

Permalink
docs: add a v keyword next to the backticks in the strconv example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nasjp committed Jul 3, 2021
1 parent 55aa810 commit 6454f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs.md
Expand Up @@ -3512,7 +3512,7 @@ You can also define special test functions in a test file:

If a test function has an error return type, any propagated errors will fail the test:

```
```v
import strconv
fn test_atoi() ? {
Expand Down

0 comments on commit 6454f99

Please sign in to comment.