fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
LordMZTE 2021-03-30 15:38:27 +02:00
parent ae2302bb1d
commit 58a638be2c

2
en.mmd
View file

@ -14,7 +14,7 @@ C --> |Yes| Bad
C --> |No| D([Does the language have whitespace-dependant syntax?])
D --> |Yes| Bad
D --> |No| E([Does the language COMPELTELY work on linux?])
D --> |No| E([Does the language COMPLETELY work on linux?])
E --> |No| Bad
E --> |Yes| F([Is the WHOLE Toolchain FOSS?])