From 76c2ba2554649b31eb80cf7b13ec6c57f5be2b7c Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 16 May 2020 19:18:08 -0400 Subject: [PATCH] Tweak wording --- docs/User-Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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