Skip to content

Commit

Permalink
Merge pull request #520 from sceext2/fix-testing-threearchtest-quote
Browse files Browse the repository at this point in the history
修复 testing/threearchtest.md markdown 引用
  • Loading branch information
wayslog authored Jan 1, 2017
2 parents b802900 + 13ac0a6 commit 82c8b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/threearchtest.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Rust 对文档的哲学,是不要单独写文档,一是代码本身是文档

比如,我们给上面库加点文档:

```rust
``````rust
//! The `adder` crate provides functions that add numbers to other numbers.
//!
//! # Examples
Expand Down Expand Up @@ -259,7 +259,7 @@ mod tests {
assert_eq!(4, add_two(2));
}
}
```
``````


运行 `cargo test`,结果如下:
Expand Down

0 comments on commit 82c8b1b

Please sign in to comment.