diff --git a/docs/User-Manual.md b/docs/User-Manual.md index 04ddd060..ae31c9b6 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -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