doc: Fix typo
This commit is contained in:
parent
4e7de69cda
commit
35f553dbd6
@ -1245,7 +1245,7 @@ mod bar {
|
||||
}
|
||||
|
||||
// A documentation attribute
|
||||
#[doc = "Add two numbers together."
|
||||
#[doc = "Add two numbers together."]
|
||||
fn add(x: int, y: int) { x + y }
|
||||
~~~~~~~~
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user