about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorİsmail Arılık <arilik.ismail@gmail.com>2023-07-21 17:42:42 +0300
committerTshepang Mbambo <tshepang@gmail.com>2023-07-21 16:57:54 +0200
commit7e89cf526214fae4e007a6e7035f77ab02af4a41 (patch)
treed36c7e9887859a36e940bef056924f4ae90e8151 /src/doc/rustc-dev-guide
parent8631e10a7ef1079d236fe598d9c810805503ce80 (diff)
downloadrust-7e89cf526214fae4e007a6e7035f77ab02af4a41.tar.gz
rust-7e89cf526214fae4e007a6e7035f77ab02af4a41.zip
fix(git.md): remove a confusing end of sentence character
It might cause a confusion since it is not end of a sentence.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/git.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/git.md b/src/doc/rustc-dev-guide/src/git.md
index ae5f2292adc..a428850a058 100644
--- a/src/doc/rustc-dev-guide/src/git.md
+++ b/src/doc/rustc-dev-guide/src/git.md
@@ -443,7 +443,7 @@ that merge commits in PRs are not accepted. As a result, if you are running
 course, this is not always true; if your merge will just be a fast-forward,
 like the merges that `git pull` usually performs, then no merge commit is
 created and you have nothing to worry about. Running `git config merge.ff only`
-(this will apply the config to the local repo).
+(this will apply the config to the local repo)
 once will ensure that all the merges you perform are of this type, so that you
 cannot make a mistake.