We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2147a06 commit 74d210eCopy full SHA for 74d210e
src/doc/rustdoc/src/write-documentation/the-doc-attribute.md
@@ -87,9 +87,9 @@ on your documentation examples make requests to.
87
#![doc(html_playground_url = "https://playground.example.com/")]
88
```
89
90
-Now, when you press "run", the button will make a request to this domain. The request
+Now, when you press "run", the button will make a request to this domain. The request
91
URL will contain 2 query parameters: `code` and `edition` for the code in the documentation
92
-and the Rust edition respectively.
+and the Rust edition respectively.
93
94
If you don't use this attribute, there will be no run buttons.
95
0 commit comments