OSDN Git Service

Minor cleanup.
authorSimon Forman <sforman@hushmail.com>
Fri, 25 Mar 2022 03:28:37 +0000 (20:28 -0700)
committerSimon Forman <sforman@hushmail.com>
Fri, 25 Mar 2022 03:28:37 +0000 (20:28 -0700)
docs/reference/cmp.md
docs/reference/mkref/FuncRef.html
docs/reference/mkref/Functor-Reference.md

index b992eb1..c5ee1ef 100644 (file)
@@ -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
 
index eeb6fb2..1df36af 100644 (file)
                 L</code></pre>
 <h3 id="discussion-19">Discussion</h3>
 <p>This is useful sometimes, and you can <a href="#dup">dup</a> or <a href="#dupd">dupd</a> with two quoted programs to handle the cases when you just want to deal with <a href="#section-14">&lt;=</a> or <a href="#section-9">&gt;=</a> and not all three possibilities, e.g.:</p>
-<pre><code>[G] [LE] dup cmp
+<pre><code>[G] [EL] dup cmp
 
 [GE] [L] dupd cmp</code></pre>
 <p>Or even:</p>
index 97fedfb..f901c6c 100644 (file)
@@ -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