diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-09-24 10:26:36 -0600 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-09-24 10:26:36 -0600 |
| commit | 668ffb1dd8cab0fad9e9ac989dab4306fb2fa5b7 (patch) | |
| tree | f95fb52e15de3063115e08b1f1302857afe1f6bb | |
| parent | c16b0f7060f1cec23f25b05c05d0bf37f8495b1b (diff) | |
| parent | 70770753722fc302d7db634f8215362c1079d217 (diff) | |
| download | rust-668ffb1dd8cab0fad9e9ac989dab4306fb2fa5b7.tar.gz rust-668ffb1dd8cab0fad9e9ac989dab4306fb2fa5b7.zip | |
Rollup merge of #28618 - tshepang:repetition, r=steveklabnik
| -rw-r--r-- | src/doc/grammar.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/grammar.md b/src/doc/grammar.md index 3ae93b8f279..7bfe8b62e8a 100644 --- a/src/doc/grammar.md +++ b/src/doc/grammar.md @@ -9,7 +9,7 @@ provides only one kind of material: This document does not serve as an introduction to the language. Background familiarity with the language is assumed. A separate [guide] is available to -help acquire such background familiarity. +help acquire such background. This document also does not serve as a reference to the [standard] library included in the language distribution. Those libraries are documented |
