From: Simon Forman Date: Fri, 25 Mar 2022 03:28:37 +0000 (-0700) Subject: Minor cleanup. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a2541e644befa3de596a2c2f4025f9aff3dbdf71;p=joypy%2FThun.git Minor cleanup. --- 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