Commit 29d0434
PHP: fix ambiguous wording in eval() paragraph (#158)
* PHP: fix ambiguous wording in eval() paragraph
The original sentence "Both of these must not be used" was changed
to "Neither of these must be used" in 4361cec (PR 65), based on
a suggestion noting the original sentence read weird.
However, it seems to me that "Neither of these must be used" can
be read as "there is no requirement to use either" instead of the
intended prohibition.
This commit fixes this ambiguity.
---------
Co-authored-by: Gary Jones <github@garyjones.io>1 parent e156375 commit 29d0434
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
991 | 991 | | |
992 | 992 | | |
993 | 993 | | |
994 | | - | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
995 | 997 | | |
996 | 998 | | |
997 | 999 | | |
| |||
0 commit comments