Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9e0b452

Browse files
author
livecodesam
authored
Update arrayDecode.lcdoc
Fixed = operator reference Fixed another link to the = operator
1 parent 48a6d6c commit 9e0b452

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/dictionary/function/arrayDecode.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ reference for more information on doing this.
3737
>*Note:* It is possible for two different strings to produce the same
3838
> array. This is due to arrays having a different ordering of <keys>. To
3939
> see if two encoded arrays are equal, first decode them back into the
40-
> original array, then directly compare them using the <= operator.>
40+
> original array, then directly compare them using the <=> <operator>.
4141

4242
References: function (glossary), keys (function),
43-
arrayEncode (function), URLDecode (function), = operator. (operator)
43+
arrayEncode (function), URLDecode (function), = (operator)
4444

0 commit comments

Comments
 (0)