Skip to content

Commit b310095

Browse files
committed
Remove a trailing space.
1 parent 95b04c8 commit b310095

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/testing/doc_testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub fn div(a: i32, b: i32) -> i32 {
6767

6868
<!--
6969
Code blocks in documentation are automatically tested
70-
when running the regular `cargo test` command:
70+
when running the regular `cargo test` command:
7171
-->
7272
ドキュメンテーションコメント中のコードブロックは、`cargo test`コマンドで自動的にテストされます。
7373

@@ -146,6 +146,5 @@ pub fn try_div(a: i32, b: i32) -> Result<i32, String> {
146146

147147
[doc-nursery]: https://rust-lang-nursery.github.io/api-guidelines/documentation.html
148148
[commonmark]: https://commonmark.org/
149-
[markdown]: https://daringfireball.net/projects/markdown/
150149
[RFC505]: https://github.com/rust-lang/rfcs/blob/master/text/0505-api-comment-conventions.md
151150
[question-instead-of-unwrap]: https://rust-lang-nursery.github.io/api-guidelines/documentation.html#examples-use--not-try-not-unwrap-c-question-mark

0 commit comments

Comments
 (0)