Skip to content

Commit

Permalink
fix testing/threearchtest.md markdown quote
Browse files Browse the repository at this point in the history
  • Loading branch information
s20208413 committed Oct 4, 2016
1 parent b802900 commit 13ac0a6
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 13ac0a6

Please sign in to comment.