Skip to content

Commit 74d210e

Browse files
authored
Update the-doc-attribute.md
1 parent 2147a06 commit 74d210e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustdoc/src/write-documentation/the-doc-attribute.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ on your documentation examples make requests to.
8787
#![doc(html_playground_url = "https://playground.example.com/")]
8888
```
8989

90-
Now, when you press "run", the button will make a request to this domain. The request
90+
Now, when you press "run", the button will make a request to this domain. The request
9191
URL will contain 2 query parameters: `code` and `edition` for the code in the documentation
92-
and the Rust edition respectively.
92+
and the Rust edition respectively.
9393

9494
If you don't use this attribute, there will be no run buttons.
9595

0 commit comments

Comments
 (0)