Skip to content

Commit 8ac31c0

Browse files
smoehansu
andauthored
Update docs/src/ladder/classic-ladder.adoc
Co-authored-by: Hans Unzner <hansunzner@gmail.com>
1 parent 6aa4168 commit 8ac31c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ladder/classic-ladder.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ The compare block will be true when comparison is true. You can use most math sy
426426
* (, ) separate into groups example %IF1=2,&%IF2<5 in pseudo code translates to if %IF1 is equal to 2 and %IF2 is less than 5 then the comparison is true.
427427
Note the comma separating the two groups of comparisons.
428428
* ^ (exponent),% (modulus),& (and),| (or),. -
429-
* ABS (absolute), MOY (French for average),AVG (average)
429+
* ABS (absolute), MOY (French for average), AVG (average)
430430

431431
For example ABS(%W2)=1, MOY(%W1,%W2)<3.
432432

0 commit comments

Comments
 (0)