mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs: add a v
keyword next to the backticks in the strconv example (#10653)
This commit is contained in:
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
Block a user