From 9af4447097e6515d1e427f1ae30d046e91273716 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 1 Mar 2023 10:19:20 -0600 Subject: [PATCH] doc: Fix typo --- doc/changes/compositor/mr.1570.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changes/compositor/mr.1570.md b/doc/changes/compositor/mr.1570.md index 369c4b267..90afd5b4c 100644 --- a/doc/changes/compositor/mr.1570.md +++ b/doc/changes/compositor/mr.1570.md @@ -1,4 +1,4 @@ -main: Introduce `comp_target_factory` this struct allows use to remove long and -clumbersome switch statements for each type. Instead the code is generic and +main: Introduce `comp_target_factory`. This struct allows us to remove long and +cumbersome switch statements for each type. Instead the code is generic and tweaks for specific target types can be reused for others more easily with this data driven design of the code.