From aa79209f7476b151215820c419ebc8c00625ba48 Mon Sep 17 00:00:00 2001 From: Jaxtyn Date: Wed, 11 Dec 2024 15:38:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A3=BC=EC=84=9D=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/KarrotListKit/Cell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/KarrotListKit/Cell.swift b/Sources/KarrotListKit/Cell.swift index a3dc71d..2622a29 100644 --- a/Sources/KarrotListKit/Cell.swift +++ b/Sources/KarrotListKit/Cell.swift @@ -76,7 +76,7 @@ extension Cell { registerEvent(HighlightEvent(handler: handler)) } - /// Register a callback handler that will be called when the cell was unhighlight. + /// Register a callback handler that will be called when the cell was unhighlighted. /// /// - Parameters: /// - handler: The callback handler for unhighlight event