From 2fd50f6c48fe339102a776ff5683909b24b49b5c Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Fri, 3 Jun 2022 18:15:36 -0400 Subject: [PATCH] Fix typo. --- docs/static/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/faq.rst b/docs/static/faq.rst index 5631634e3..7171da477 100644 --- a/docs/static/faq.rst +++ b/docs/static/faq.rst @@ -62,4 +62,4 @@ But now the linker says :code:`Error: variable term used where not expected`. But now I get a bunch of warnings and errors. The LLVM compiler being used is able to catch many more coding issues than the previous ZDS compiler. - These are real issues should be resolved. + These are real issues that should be resolved.