The at sign (`@`) was being referred to in the documentation as an
ampersand (`&`).
Signed-off-by: Tom X. Tobin <tomxtobin@tomxtobin.com>
| ... | ... |
@@ -54,7 +54,7 @@ the `<sequence>` is either a letter [a-Z], or the `ctrl-` combined with any of |
| 54 | 54 |
the following: |
| 55 | 55 |
|
| 56 | 56 |
* `a-z` (a single lowercase alpha character ) |
| 57 |
-* `@` (ampersand) |
|
| 57 |
+* `@` (at sign) |
|
| 58 | 58 |
* `[` (left bracket) |
| 59 | 59 |
* `\\` (two backward slashes) |
| 60 | 60 |
* `_` (underscore) |
| ... | ... |
@@ -111,7 +111,7 @@ property. The format of the `<sequence>` is a comma-separated list of either |
| 111 | 111 |
a letter [a-Z], or the `ctrl-` combined with any of the following: |
| 112 | 112 |
|
| 113 | 113 |
* `a-z` (a single lowercase alpha character ) |
| 114 |
-* `@` (ampersand) |
|
| 114 |
+* `@` (at sign) |
|
| 115 | 115 |
* `[` (left bracket) |
| 116 | 116 |
* `\\` (two backward slashes) |
| 117 | 117 |
* `_` (underscore) |
| ... | ... |
@@ -55,7 +55,7 @@ the `<sequence>` is either a letter [a-Z], or the `ctrl-` combined with any of |
| 55 | 55 |
the following: |
| 56 | 56 |
|
| 57 | 57 |
* `a-z` (a single lowercase alpha character ) |
| 58 |
-* `@` (ampersand) |
|
| 58 |
+* `@` (at sign) |
|
| 59 | 59 |
* `[` (left bracket) |
| 60 | 60 |
* `\\` (two backward slashes) |
| 61 | 61 |
* `_` (underscore) |