docs: add a `v` keyword next to the backticks in the strconv example (#10653)

pull/10655/head
nasjp 2021-07-03 21:24:01 +09:00 committed by GitHub
parent 55aa810e8a
commit 6454f998c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() ? {