From e82bd7dfae4a93e57b56c0d4255e3478ba20e890 Mon Sep 17 00:00:00 2001 From: Dominik Spitzli Date: Thu, 21 Nov 2024 08:08:15 +0100 Subject: [PATCH] docs/fix-typo (#989) Co-authored-by: Dotan J. Nahum --- docs-site/content/docs/getting-started/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/content/docs/getting-started/guide.md b/docs-site/content/docs/getting-started/guide.md index a0c545d41..a287f7e1c 100644 --- a/docs-site/content/docs/getting-started/guide.md +++ b/docs-site/content/docs/getting-started/guide.md @@ -444,7 +444,7 @@ $ cargo playground Now, let's insert one item: ```rust -async fn main() -> loco_re::Result<()> { +async fn main() -> loco_rs::Result<()> { let ctx = playground::().await?; // add this: