From 429886084c04a19b94f2ac1ad42f9bca5450c5a9 Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Sun, 12 Jan 2020 21:50:04 +0000 Subject: [PATCH] docs --- docs/sdk.md | 2 +- duckscript_sdk/src/sdk/std/flowcontrol/forin/help.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sdk.md b/docs/sdk.md index e6b6462..cfcb319 100644 --- a/docs/sdk.md +++ b/docs/sdk.md @@ -164,7 +164,7 @@ end release args ``` -The for/in command enables to iterate over an array (see [array command](#std__Array)).
+The for/in command enables to iterate over an array (see [array command](#std__collections__Array)).
The first argument will contain the current iteration value from the array.
Once all values have been read, it will exit the loop. diff --git a/duckscript_sdk/src/sdk/std/flowcontrol/forin/help.md b/duckscript_sdk/src/sdk/std/flowcontrol/forin/help.md index 67eded1..b012ade 100644 --- a/duckscript_sdk/src/sdk/std/flowcontrol/forin/help.md +++ b/duckscript_sdk/src/sdk/std/flowcontrol/forin/help.md @@ -6,7 +6,7 @@ end release args ``` -The for/in command enables to iterate over an array (see [array command](#std__Array)).
+The for/in command enables to iterate over an array (see [array command](#std__collections__Array)).
The first argument will contain the current iteration value from the array.
Once all values have been read, it will exit the loop.