From d445f24321d65ed1860543e7972e7cdbba9c6131 Mon Sep 17 00:00:00 2001 From: Vini murafa <06.poems_races@icloud.com> Date: Sat, 18 Jan 2025 17:51:56 +0100 Subject: [PATCH] Fix typo types.go --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index c1e9208..2a67180 100644 --- a/types.go +++ b/types.go @@ -154,6 +154,6 @@ type Iterator = interface { // Error returns the last error encountered by the iterator, if any. Error() error - // Close closes the iterator, relasing any allocated resources. + // Close closes the iterator, releasing any allocated resources. Close() error }