We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1a64e commit 6dd8565Copy full SHA for 6dd8565
COSQuickRef.md
@@ -108,7 +108,7 @@ A list of some common ObjectScript expressions
108
109
| Action | Code |
110
|--------------------------------------------------|---------------------------------------------------------------------|
111
-| Increment ^global by increment | `$increment(^global, increment)`<br>`$sequence(^global, increment)` |
+| Increment ^global by increment | `$increment(^global, increment)`<br>`$sequence(^global)` |
112
| Match a regular expression | `Set matches = $match(string, regularexpression)` |
113
| Display random integer from start to start+count | `Write $random(count) + start` |
114
0 commit comments