From a607ede4dfc04f512eede3b0a65f18b54458cdde Mon Sep 17 00:00:00 2001 From: "Jonathan A. McCormick, Jr." <67705789+JonathanMcCormickJr@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:29:14 -0500 Subject: [PATCH] Fix typo in 12-pastebin.md: 'crate' -> 'create'. --- docs/guide/12-pastebin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/12-pastebin.md b/docs/guide/12-pastebin.md index 7b4147072..96176b12f 100644 --- a/docs/guide/12-pastebin.md +++ b/docs/guide/12-pastebin.md @@ -470,7 +470,7 @@ We note the following Rocket APIs being used in our implementation: * [`Data::open()`] to open [`Data`] as a [`DataStream`]. * [`DataStream::into_file()`] for writing the data stream into a file. * The [`UriDisplayPath`] derive, allowing `PasteId` to be used in [`uri!`]. - * The [`uri!`] macro to crate type-safe, URL-safe URIs. + * The [`uri!`] macro to create type-safe, URL-safe URIs. [`Data::open()`]: @api/master/rocket/data/struct.Data.html#method.open [`Data`]: @api/master/rocket/data/struct.Data.html