From cfa10a47491c3d0d00f4ea2c4bc3c89952fe250a Mon Sep 17 00:00:00 2001 From: Do Duy Date: Tue, 20 Aug 2019 14:15:56 +0700 Subject: [PATCH] Fix struct's name in documentation --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index c79219dc6..4c4cedebc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -832,7 +832,7 @@ impl<'a> Record<'a> { self.key_values.0 } - /// Create a new [`Builder`](struct.Builder.html) based on this record. + /// Create a new [`RecordBuilder`](struct.RecordBuilder.html) based on this record. #[cfg(feature = "kv_unstable")] #[inline] pub fn to_builder(&self) -> RecordBuilder {