From 9b6480461db8297bee62a67771a1be067bb683d4 Mon Sep 17 00:00:00 2001 From: Christopher Chang <51393127+chriscerie@users.noreply.github.com> Date: Sat, 24 Feb 2024 12:01:05 -0800 Subject: [PATCH] Fix changelog lint name --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5172433a..6250d33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Added `CFrame.lookAlong` to the Roblox standard library ### Changed -- Updated the warning message for the `must_use` lint to include why mixed tables should be avoided +- Updated the warning message for the `mixed_table` lint to include why mixed tables should be avoided ## [0.26.1](https://github.com/Kampfkarren/selene/releases/tag/0.26.1) - 2023-11-11 ### Fixed