From 00a239a7125913898b38fbbcf67d1a937db3ae2a Mon Sep 17 00:00:00 2001 From: aptend <49832303+aptend@users.noreply.github.com> Date: Thu, 16 Jul 2020 11:32:45 +0800 Subject: [PATCH] fix typo in index_meta.rs (#851) --- src/core/index_meta.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/index_meta.rs b/src/core/index_meta.rs index a117b5c19..876b94435 100644 --- a/src/core/index_meta.rs +++ b/src/core/index_meta.rs @@ -213,7 +213,7 @@ pub struct IndexMeta { #[serde(skip_serializing_if = "Option::is_none")] /// Payload associated to the last commit. /// - /// Upon commit, clients can optionally add a small `Striing` payload to their commit + /// Upon commit, clients can optionally add a small `String` payload to their commit /// to help identify this commit. /// This payload is entirely unused by tantivy. pub payload: Option,