From 4ac45e11d95a6f297dff59e90637c90a9dd59ccd Mon Sep 17 00:00:00 2001 From: Andrew Athan <24279435+aathan@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:51:21 -0700 Subject: [PATCH] Update README.md spelling correction --- new-circle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-circle/README.md b/new-circle/README.md index 43a6b90..1408b13 100644 --- a/new-circle/README.md +++ b/new-circle/README.md @@ -283,7 +283,7 @@ This section describes Circle's file-scope versioning. During lexing, each file * `#feature reset [X Y Z]` - reset the active feature mask and optionally set new fields. * `#feature include "feature-file"` - load a file and activate the features listed there. -Setting or clearing features _only effects the current file_. The active masks of all other files in the translation unit are unaffected. +Setting or clearing features _only affects the current file_. The active masks of all other files in the translation unit are unaffected. [**features.cxx**](features.cxx) - [(Compiler Explorer)](https://godbolt.org/z/75x87vcbq) ```cpp