1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

readme: fix docs link

This commit is contained in:
Keito Nagai
2020-04-20 03:47:36 +09:00
committed by GitHub
parent 95ae915c0c
commit 57859db07c
2 changed files with 1 additions and 2 deletions

View File

@@ -193,4 +193,3 @@ fn json_print(json &C.cJSON) string {
// fn json_array_for_each(val, root &C.cJSON) {
// #cJSON_ArrayForEach (val ,root)
// }