aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2023-04-28 14:22:13 -0500
committerthe lemons <citrons@mondecitronne.com>2023-04-28 14:22:13 -0500
commite6ddc5751a46120ed902131adb8c81abb26c1d2d (patch)
tree74d32d3159877d24a037c036b59e89ae928ce672
parente89fb983da7d1243b6d242273db753c8b9e95618 (diff)
X and Y were forgotten in these definitionsHEADmaster
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 559e9a2..001147a 100644
--- a/readme.md
+++ b/readme.md
@@ -117,10 +117,10 @@ in the following definition `*A` is to be interpreted as "some specific instance
### `X<Y`
`X` directly affects `Y`
-### `?`
+### `X?Y`
`Y` exists if `X` exists
-### `/`
+### `X/Y`
`Y` which is located in/on/at `*X`
### `X%Y`