aboutsummaryrefslogtreecommitdiff
path: root/src/grammar/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar/mod.rs')
-rw-r--r--src/grammar/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grammar/mod.rs b/src/grammar/mod.rs
index 1e7d04ce9..e1329044d 100644
--- a/src/grammar/mod.rs
+++ b/src/grammar/mod.rs
@@ -14,7 +14,7 @@
14//! `// test name-of-the-test` comment and look like this: 14//! `// test name-of-the-test` comment and look like this:
15//! 15//!
16//! ``` 16//! ```
17//! // test fn_item_with_zero_parameters 17//! // test function_with_zero_parameters
18//! // fn foo() {} 18//! // fn foo() {}
19//! ``` 19//! ```
20//! 20//!