From 31bdb17f211865d679fe51e8bbe85850993d3511 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Fri, 24 Mar 2023 15:11:19 -0700 Subject: [PATCH] Fixed typo. --- docs/05-connecting-and-saving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-connecting-and-saving.md b/docs/05-connecting-and-saving.md index 16e0a3f..181e3c8 100644 --- a/docs/05-connecting-and-saving.md +++ b/docs/05-connecting-and-saving.md @@ -223,7 +223,7 @@ sqlx = { version = "0.6.3", features = ["runtime-tokio-native-tls", "macros", "postgres", "uuid", "chrono"] } ``` -Both of the new creates need `serde` as a feature and we'll be using `UUID4` for +Both of the new crates need `serde` as a feature and we'll be using `UUID4` for our primary key. We'll also need a full subscription object to store, and then a