From 608844934f17a7093ce4e28c18be7565ed88f8de Mon Sep 17 00:00:00 2001 From: Connor Tsui Date: Thu, 3 Aug 2023 20:19:50 -0400 Subject: [PATCH] better description --- book/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/configuration.md b/book/src/configuration.md index d24b9ed11df5..eb2cf473cffd 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -108,7 +108,7 @@ The following statusline elements can be configured: | `file-modification-indicator` | The indicator to show whether the file is modified (a `[+]` appears when there are unsaved changes) | | `file-encoding` | The encoding of the opened file if it differs from UTF-8 | | `file-line-ending` | The file line endings (CRLF or LF) | -| `read-only-indicator` | The indicator to show whether a file is read only | +| `read-only-indicator` | An indicator that shows `[readonly]` when a file cannot be written | | `total-line-numbers` | The total line numbers of the opened file | | `file-type` | The type of the opened file | | `diagnostics` | The number of warnings and/or errors |