Skip to content

Commit 81cf52a

Browse files
pmbittneribbem
authored andcommitted
README: typo fix
1 parent 0af277b commit 81cf52a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When run in a terminal, our demo will show a translation roundtrip, showcasing t
3131

3232
Vatras is a library to study and compare meta-languages for specifying variability in source code and data.
3333
Some software systems are configurable _before_ they are compiled, i.e., statically.
34-
A common way example for implementing static variability is by conditional compilation, as for example possible with the C preprocessor.
34+
A common way to implement static variability is by conditional compilation, as for example possible with the C preprocessor.
3535
For instance, the following [code snippet from the Linux kernel](https://github.com/torvalds/linux/blob/e271ed52b344ac02d4581286961d0c40acc54c03/include/linux/console.h#L479-L486)
3636

3737
```C

0 commit comments

Comments
 (0)