From a2541e644befa3de596a2c2f4025f9aff3dbdf71 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Thu, 24 Mar 2022 20:28:37 -0700 Subject: [PATCH] Minor cleanup. --- docs/reference/cmp.md | 2 +- docs/reference/mkref/FuncRef.html | 2 +- docs/reference/mkref/Functor-Reference.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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

Discussion

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