diff --git a/docs/reference/cmp.md b/docs/reference/cmp.md index b992eb1..c5ee1ef 100644 --- a/docs/reference/cmp.md +++ b/docs/reference/cmp.md @@ -24,7 +24,7 @@ This is useful sometimes, and you can [dup] or [dupd] with two quoted programs to handle the cases when you just want to deal with [<=] or [>=] and not all three possibilities, e.g.: - [G] [LE] dup cmp + [G] [EL] dup cmp [GE] [L] dupd cmp diff --git a/docs/reference/mkref/FuncRef.html b/docs/reference/mkref/FuncRef.html index eeb6fb2..1df36af 100644 --- a/docs/reference/mkref/FuncRef.html +++ b/docs/reference/mkref/FuncRef.html @@ -791,7 +791,7 @@ L
This is useful sometimes, and you can dup or dupd with two quoted programs to handle the cases when you just want to deal with <= or >= and not all three possibilities, e.g.:
-[G] [LE] dup cmp
+[G] [EL] dup cmp
[GE] [L] dupd cmp
Or even:
diff --git a/docs/reference/mkref/Functor-Reference.md b/docs/reference/mkref/Functor-Reference.md
index 97fedfb..f901c6c 100644
--- a/docs/reference/mkref/Functor-Reference.md
+++ b/docs/reference/mkref/Functor-Reference.md
@@ -850,7 +850,7 @@ This is useful sometimes, and you can [dup] or [dupd] with two quoted
programs to handle the cases when you just want to deal with [<=] or [>=]
and not all three possibilities, e.g.:
- [G] [LE] dup cmp
+ [G] [EL] dup cmp
[GE] [L] dupd cmp