summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu David <mathieudavid@mathieudavid.org>2018-02-01 11:31:55 +0100
committerGitHub <noreply@github.com>2018-02-01 11:31:55 +0100
commit3d83b784b399dbb30a139bfd71c2ee6847e033be (patch)
tree95101595f22574537ac20ceebea97fd7075d6675
parent1f4dab3e5cc6e789e31a2b60306111bb0e661240 (diff)
parent5d42738a79fb0b9e9a8c5e46a86f9b340917be51 (diff)
Merge pull request #601 from tshepang/patch-1
doc: small fixes
-rw-r--r--book-example/src/format/mdbook.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/book-example/src/format/mdbook.md b/book-example/src/format/mdbook.md
index 81f6b5b5..5f2e4ff1 100644
--- a/book-example/src/format/mdbook.md
+++ b/book-example/src/format/mdbook.md
@@ -1,8 +1,8 @@
-# mdBook specific markdown
+# mdBook-specific markdown
## Hiding code lines
-There is a feature in mdBook that let's you hide code lines by prepending them with a `#`.
+There is a feature in mdBook that lets you hide code lines by prepending them with a `#`.
```bash
# fn main() {
@@ -55,7 +55,7 @@ With the following syntax, you can insert runnable Rust files into your book:
The path to the Rust file has to be relative from the current source file.
-When play is clicked, the code snippet will be send to the [Rust Playpen] to be compiled and run. The result is send back and displayed directly underneath the code.
+When play is clicked, the code snippet will be sent to the [Rust Playpen] to be compiled and run. The result is sent back and displayed directly underneath the code.
Here is what a rendered code snippet looks like: