From 8d3bbe7cf8529dd41d7bbe7cb7597c100eb28b00 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Fri, 31 Jan 2025 09:58:14 -0700 Subject: [PATCH] Fix typo --- migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration.md b/migration.md index 464cc779a..6fe07b6f4 100644 --- a/migration.md +++ b/migration.md @@ -63,7 +63,7 @@ target_link_libraries(my_app PRIVATE SFML::Graphics SFML::Audio SFML::Network) ## Linux Dependencies When using X11 as the backend on Linux, as opposed to DRM, `libxi-dev` is a newly required dependency. -This was introduces with the [raw mouse input support](https://www.sfml-dev.org/documentation/3.0.0/structsf_1_1Event_1_1MouseMovedRaw.html). +This was introduced with the [raw mouse input support](https://www.sfml-dev.org/documentation/3.0.0/structsf_1_1Event_1_1MouseMovedRaw.html). ## `sf::Vector2` Parameters