From 7d314735237e3200daeacc54971fcffdba1315b7 Mon Sep 17 00:00:00 2001 From: kahsa Date: Sat, 12 Nov 2022 16:35:35 +0900 Subject: [PATCH] doc: add links (#16398) --- doc/docs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/docs.md b/doc/docs.md index 31d99604c4..dcaa533643 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -691,6 +691,9 @@ println('age = $age') ``` See all methods of [string](https://modules.vlang.io/index.html#string) +and related modules [strings](https://modules.vlang.io/strings.html), +[strconv](https://modules.vlang.io/strconv.html). + ### Runes