summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 993a79abd..64b0f4e4a 100644
--- a/README
+++ b/README
@@ -88,7 +88,7 @@ consistent and better aligned with the POSIX-2017 specification of
echo "This is printed only prior to 5.10."
- The `&&` and `||` operators now always ignore ERR_RETURN in their
- left operand. Until this version, the operators failed to ignored
+ left operand. Until this version, the operators failed to ignore
ERR_RETURN in their left operand if they were executed as part of
a function call or an anonymous function that was itself executed
in a context where ERR_RETURN is ignored. Example: