From fd2a7bf02ef3bdd846bb85fd9fe151c7dddcde5d Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Thu, 10 Oct 2024 14:45:30 -0500 Subject: [PATCH] Update CHANGELOG.md, fix a typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a8659011..0d174aa880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1115,7 +1115,7 @@ * __C/C++/OpenCL C__ * Improvements ([#2196](https://github.com/PrismJS/prism/issues/2196)) [`674f4b35`](https://github.com/PrismJS/prism/commit/674f4b35) * __C__ - * Improvemed `comment` pattern ([#2229](https://github.com/PrismJS/prism/issues/2229)) [`fa630726`](https://github.com/PrismJS/prism/commit/fa630726) + * Improved `comment` pattern ([#2229](https://github.com/PrismJS/prism/issues/2229)) [`fa630726`](https://github.com/PrismJS/prism/commit/fa630726) * __C#__ * Fixed keywords in type lists blocking type names ([#2277](https://github.com/PrismJS/prism/issues/2277)) [`947a55bd`](https://github.com/PrismJS/prism/commit/947a55bd) * C# improvements ([#1444](https://github.com/PrismJS/prism/issues/1444)) [`42b15463`](https://github.com/PrismJS/prism/commit/42b15463)