From 9ad151b91a2404335facb38cf2a807b4691cbc28 Mon Sep 17 00:00:00 2001
From: Rafal Michalski <royaltm75@gmail.com>
Date: Mon, 27 May 2024 16:44:18 +0200
Subject: [PATCH] backend/bucket fix docs

---
 src/backend/bucket/fixed_str.rs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/backend/bucket/fixed_str.rs b/src/backend/bucket/fixed_str.rs
index 1b09e75..b06c3c3 100644
--- a/src/backend/bucket/fixed_str.rs
+++ b/src/backend/bucket/fixed_str.rs
@@ -20,8 +20,7 @@ impl FixedString {
         //     contents: String::try_with_capacity(cap)?,
         // })
     }
-
-    /// Returns the underlying [`Box<str>`].
+    /// Returns the underlying [`String`].
     ///
     /// Guarantees not to perform any reallocations in this process.
     #[inline]