From faa22806207c61c578fe5e302b65ae74b64c47be Mon Sep 17 00:00:00 2001 From: Shu Kutsuzawa Date: Thu, 22 Aug 2019 01:08:56 +0900 Subject: [PATCH] Correct description of Rust symbol in docs (#219) Signed-off-by: cappyzawa --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 46bda21b..a04ae87a 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