Fix Magic Key examples for accuracy

- Corrected 'n' + Magic example to show actual output (union, opinion)
- Fixed 'T' suffix example (replaced 'statement' with 'investment')
♥ Minnie ♥ 2025-10-18 05:58:01 +08:00
parent 11213d8f30
commit c3c087f360
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

@ -53,7 +53,7 @@ Context-aware completions based on the previous key. Reduces same-finger bigrams
| `J` | `ust` | just, adjust |
| `M` | `ent` | ment, moment, movement |
| `N` | `ion` | nation, station |
| `T` | `ment` | treatment, statement |
| `T` | `ment` | treatment, investment |
| `V` | `er` | over, never, ever |
| `W` | `hich` | which |
| `X` | `es` | fixes, boxes |
@ -85,7 +85,7 @@ Context-aware completions based on the previous key. Reduces same-finger bigrams
### Natural Language
```
Type: "n" + Magic → "nation"
Type: "n" + Magic → "union, opinion"
Type: "treat" + Magic → "treatment"
Type: "b" + Repeat → "because"
Type: "y" + Magic → "ys" (avoiding SFB)