From d3cdc9e22fb5fa323d14987837ae7647503bf19f Mon Sep 17 00:00:00 2001 From: Dylan Bowker Date: Tue, 21 Nov 2023 19:59:32 -0700 Subject: [PATCH] Corrected Quick Start Guide numbering. --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbc1e10..fa11fa7 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Search only supports exact keyword matches. For `Live` searches, fuzzy matching is only applied to the last keyword. Consider providing the `autocomplete` feature to your users as an ergonomic alternative to fuzzy matching. -## 5. Autocompletion +## 4. Autocompletion The `autocomplete` method will provide several autocompletion options for the last keyword in the supplied string. diff --git a/src/lib.rs b/src/lib.rs index 882f486..ca876b0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -198,7 +198,7 @@ //! `autocomplete` feature to your users as an ergonomic alternative to fuzzy //! matching. //! -//! ## 5. Autocompletion +//! ## 4. Autocompletion //! //! The `autocomplete` method will provide several autocompletion options for //! the last keyword in the supplied string.