From 77d2aec4c4d45f92255696a26c8c98ca0fcba03d Mon Sep 17 00:00:00 2001 From: keimoriyama Date: Mon, 20 May 2024 09:40:45 +0900 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 481db5f35..d7492b1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -- Changed `vim.tbl_islist` to `vim.islist` sice it is removed in Nvim 0.12 +- Changed `vim.tbl_islist` to `vim.islist` since it is removed in Nvim 0.12 ### Fixed