Skip to content

Commit 1072b35

Browse files
committed
Auto merge of #7672 - giraffate:fix_some_typos, r=alexcrichton
Fix some typos in doc
2 parents abba15f + fb5e51f commit 1072b35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/src/appendix/git-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Windows uses Pageant for SSH authentication.
4646
> **Note:** Cargo does not support git's shorthand SSH URLs like
4747
> `git@example.com/user/repo.git`. Use a full SSH URL like
4848
> `ssh://git@example.com/user/repo.git`.
49-
>
49+
5050
> **Note:** SSH configuration files (like OpenSSH's `~/.ssh/config`) are not
5151
> used by Cargo's built-in SSH library. More advanced requirements should use
5252
> [`net.git-fetch-with-cli`].

src/doc/src/guide/creating-a-new-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ $ cargo build --release
8686
`cargo build --release` puts the resulting binary in `target/release` instead of
8787
`target/debug`.
8888

89-
Compiling in debug mode is the default for development-- compilation time is
89+
Compiling in debug mode is the default for development. Compilation time is
9090
shorter since the compiler doesn't do optimizations, but the code will run
9191
slower. Release mode takes longer to compile, but the code will run faster.

0 commit comments

Comments
 (0)