You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ When run in a terminal, our demo will show a translation roundtrip, showcasing t
31
31
32
32
Vatras is a library to study and compare meta-languages for specifying variability in source code and data.
33
33
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.
35
35
For instance, the following [code snippet from the Linux kernel](https://github.com/torvalds/linux/blob/e271ed52b344ac02d4581286961d0c40acc54c03/include/linux/console.h#L479-L486)
0 commit comments