From 6454f998c461929160b111faa17cf41d14613cdc Mon Sep 17 00:00:00 2001 From: nasjp Date: Sat, 3 Jul 2021 21:24:01 +0900 Subject: [PATCH] docs: add a `v` keyword next to the backticks in the strconv example (#10653) --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index 8a598ac75a..df85971eb9 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -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() ? {