fix: symbols and styles wrong way round in docs

This commit is contained in:
Natasha England-Elbro 2023-07-27 18:04:57 +01:00
parent 29016a93c3
commit 751c180428
No known key found for this signature in database
GPG Key ID: 46F323AE9236FD6A

View File

@ -3554,8 +3554,8 @@ The `random` modules randomizes the output every time the prompt is displayed.
| Option | Default | Description |
| ------------- | -------------------- | ------------------------------------ |
| `styles` | `['>', '$', '%']` | List of style variables to pick from |
| `symbols` | `['bold', 'italic']` | List of symbols to pick from |
| `symbols` | `['>', '$', '%']` | List of style variables to pick from |
| `styles` | `['bold', 'italic']` | List of symbols to pick from |
| `format` | `'[$symbol]($style)` | The format for the module |
| `disabled` | `false` | Disables this `random` module |
| `description` | `'<random module>'` | Description for the module |