docs: add a `v` keyword next to the backticks in the strconv example (#10653)
parent
55aa810e8a
commit
6454f998c4
|
@ -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() ? {
|
||||
|
|
Loading…
Reference in New Issue