From 79e4c6da117c40282a84b5e58a65877f962ac35b Mon Sep 17 00:00:00 2001 From: dms-yondy Date: Tue, 16 Feb 2021 09:44:31 +0000 Subject: [PATCH] Fixed the grammer of a sentence in the docs --- docs/layout-of-source-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index ea39e8a79..2242f72a7 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -49,7 +49,7 @@ Pragmas The ``pragma`` keyword is used to enable certain compiler features or checks. A pragma directive is always local to a source file, so -you have to add the pragma to all your files if you want enable it +you have to add the pragma to all your files if you want to enable it in your whole project. If you :ref:`import` another file, the pragma from that file does *not* automatically apply to the importing file.