Skip to content

Commit adb9399

Browse files
Update 12-pastebin.md
Fixing typo.
1 parent 28891e8 commit adb9399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/12-pastebin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ We note the following Rocket APIs being used in our implementation:
470470
* [`Data::open()`] to open [`Data`] as a [`DataStream`].
471471
* [`DataStream::into_file()`] for writing the data stream into a file.
472472
* The [`UriDisplayPath`] derive, allowing `PasteId` to be used in [`uri!`].
473-
* The [`uri!`] macro to crate type-safe, URL-safe URIs.
473+
* The [`uri!`] macro to create type-safe, URL-safe URIs.
474474
475475
[`Data::open()`]: @api/master/rocket/data/struct.Data.html#method.open
476476
[`Data`]: @api/master/rocket/data/struct.Data.html

0 commit comments

Comments
 (0)