From de64acecb2d60bab73d6ab666bfd9ef79ca49609 Mon Sep 17 00:00:00 2001 From: Masato Mouri <13274198+mouri111@users.noreply.github.com> Date: Thu, 22 Aug 2019 10:49:26 +0900 Subject: [PATCH] Fix typo --- src/doc/src/reference/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index 1d9a55cdc57..c4d8799695f 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -54,7 +54,7 @@ email = "..." # By default `cargo new` will initialize a new Git repository. This key can # be set to change the version control system used. Valid values are `git`, -# `hg` (for Mecurial), `pijul`, `fossil`, or `none` to disable this behavior. +# `hg` (for Mercurial), `pijul`, `fossil`, or `none` to disable this behavior. vcs = "none" # For the following sections, $triple refers to any valid target triple, not the