mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
doc: Fix typo
This commit is contained in:
parent
59c3c911e6
commit
9af4447097
|
@ -1,4 +1,4 @@
|
||||||
main: Introduce `comp_target_factory` this struct allows use to remove long and
|
main: Introduce `comp_target_factory`. This struct allows us to remove long and
|
||||||
clumbersome switch statements for each type. Instead the code is generic 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
|
tweaks for specific target types can be reused for others more easily with this
|
||||||
data driven design of the code.
|
data driven design of the code.
|
||||||
|
|
Loading…
Reference in a new issue