summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShu Kutsuzawa <cappyzawa@yahoo.ne.jp>2019-08-22 01:08:56 +0900
committerKevin Song <chipbuster@users.noreply.github.com>2019-08-21 09:08:56 -0700
commitfaa22806207c61c578fe5e302b65ae74b64c47be (patch)
treea3d792a412603f8c40580375d51b70a71a349f20
parentf06247d5d3af925ce5c8526ca6a3050d14d375f5 (diff)
Correct description of Rust symbol in docs (#219)
Signed-off-by: cappyzawa <cappyzawa@yahoo.ne.jp>
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 46bda21bf..a04ae87a4 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -453,7 +453,7 @@ The module will be shown if any of the following conditions are met:
| Variable | Default | Description |
| ---------- | ------- | -------------------------------------------------------- |
-| `symbol` | `"🦀 "` | The symbol used before displaying the version of Python. |
+| `symbol` | `"🦀 "` | The symbol used before displaying the version of Rust. |
| `disabled` | `false` | Disables the `rust` module. |
### Example