doc: Fix typo

This commit is contained in:
Ryan Pavlik 2023-03-01 10:19:20 -06:00 committed by Jakob Bornecrantz
parent 59c3c911e6
commit 9af4447097

View file

@ -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.