aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-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`