docs: Fix stashed example for Git Status to prevent parse warning (#6772)

This commit is contained in:
Brian Green
2025-06-22 09:52:47 -04:00
committed by GitHub
parent 3543e0bc45
commit 44a6353fc7
+1 -1
View File
@@ -2002,7 +2002,7 @@ current directory.
| `diverged` | `'⇕'` | The format of `diverged` |
| `up_to_date` | `''` | The format of `up_to_date` |
| `untracked` | `'?'` | The format of `untracked` |
| `stashed` | `'$'` | The format of `stashed` |
| `stashed` | `'\$'` | The format of `stashed` |
| `modified` | `'!'` | The format of `modified` |
| `staged` | `'+'` | The format of `staged` |
| `renamed` | `'»'` | The format of `renamed` |