From 8024dcc245429aa98325dccf64e321be805f1db0 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 7 May 2024 14:45:34 +0200 Subject: [PATCH] doc: Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 381ad1c17c..c24947658c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ All notable changes to this project are documented in this file. ## Rust API - Added conversion of Color to and from HSV. - - Added getter to the `raw-window-handler` of a window using the `raw-window-handle-06` feature. + - Added getter to the `raw-window-handle` of a window using the `raw-window-handle-06` feature. ## C++ API