From 4621f0f0466ed8098abb4ecef8631a18370b6795 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Thu, 1 Apr 2021 21:48:16 +0200
Subject: [PATCH] minor doc fix

---
 tempsdb/varlen.pyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tempsdb/varlen.pyx b/tempsdb/varlen.pyx
index 046fccc..e8efb8b 100644
--- a/tempsdb/varlen.pyx
+++ b/tempsdb/varlen.pyx
@@ -19,7 +19,7 @@ cdef class VarlenEntry:
     values are routinely longer than 20-40 bytes.
 
     This behaves as a bytes object, in particular it can be sliced, iterated,
-    and it's length obtained. It also overloads __bytes__. It's also directly comparable
+    and it's length obtained. It also overrides __bytes__. It's also directly comparable
     and hashable, and boolable.
 
     This acquires a reference to the chunk it refers, and releases it upon destruction.
-- 
GitLab