We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28891e8 commit adb9399Copy full SHA for adb9399
docs/guide/12-pastebin.md
@@ -470,7 +470,7 @@ We note the following Rocket APIs being used in our implementation:
470
* [`Data::open()`] to open [`Data`] as a [`DataStream`].
471
* [`DataStream::into_file()`] for writing the data stream into a file.
472
* The [`UriDisplayPath`] derive, allowing `PasteId` to be used in [`uri!`].
473
- * The [`uri!`] macro to crate type-safe, URL-safe URIs.
+ * The [`uri!`] macro to create type-safe, URL-safe URIs.
474
475
[`Data::open()`]: @api/master/rocket/data/struct.Data.html#method.open
476
[`Data`]: @api/master/rocket/data/struct.Data.html
0 commit comments