From ba1f59dccc584dddd138da870d0ee99b3f04ce54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Dujava?= <19737748+jdujava@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:07:04 +0100 Subject: [PATCH] docs: fix typo (#236) --- lua/notify/stages/util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/notify/stages/util.lua b/lua/notify/stages/util.lua index cc68974..d500a46 100644 --- a/lua/notify/stages/util.lua +++ b/lua/notify/stages/util.lua @@ -135,7 +135,7 @@ function M.available_slot(existing_wins, required_space, direction) return interval.min end ----Gets the next slow available for the given window while maintaining its position using the given list. +---Gets the next slot available for the given window while maintaining its position using the given list. ---@param win number ---@param open_windows number[] ---@param direction string