Tweak wording

This commit is contained in:
Justin Ethier 2020-05-16 19:18:08 -04:00
parent 747ea7ba5c
commit 76c2ba2554

View file

@ -137,7 +137,7 @@ File Extension | Installation Required | Notes
`.so` | :heavy_check_mark: | Shared Object files generated by the C compiler from the corresponding `.c` file. These are only generated for Scheme libraries and are used to allow loading a library at runtime.
(None) | :heavy_check_mark: | Final executable file generated by the C compiler when compiling a program.
When installing a library, all of the checked files above must be installed as well as the corresponding `.sld` file.
When installing a library, all of the files indicated above must be installed as well as the corresponding `.sld` file.
## Interpreter