aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-18 02:13:00 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-18 02:13:00 -0600
commit63d2d782e33682f0b2dc0dac5e3e1430f1227aaf (patch)
treee2e816ad54527b6bac99557d109b1da645bd24a2
parentf20636e2b26901498d301b4567b4c0bb5cfc6221 (diff)
correct definition of &_
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index e081635..f2d3142 100644
--- a/readme.md
+++ b/readme.md
@@ -113,7 +113,7 @@ the operand to the unary operator is denoted as `x` in these defintions. `*_x` i
some specific instance(s) of `x`
### `&_`
-all instances of `y` where `x` is an instance of `y`; *such that* `&_*_x` *is equivalent to* `x`
+`y` where `x` is an instance of `y`; *such that* `&_*_x` *is equivalent to* `x`
### `!`
nothing that is `x` or `*_x`