1
0
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:
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

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: If a test function has an error return type, any propagated errors will fail the test:
``` ```v
import strconv import strconv
fn test_atoi() ? { fn test_atoi() ? {