summaryrefslogtreecommitdiff
path: root/notes/250210-booleans.md
diff options
context:
space:
mode:
Diffstat (limited to 'notes/250210-booleans.md')
-rw-r--r--notes/250210-booleans.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/notes/250210-booleans.md b/notes/250210-booleans.md
index b26e101..6ee8b2b 100644
--- a/notes/250210-booleans.md
+++ b/notes/250210-booleans.md
@@ -29,6 +29,6 @@ separate from false, but then refused to go all the way and decided to
allow non-Boolean values to function as Booleans anyway.
Of course, performing a type-check on every single conditional may
-incur a serious performance penalty. If so, then the same flag that
-determines [whether returned values can be ignored](strict-mode.html)
-may also determine whether non-Booleans can be coerced into Booleans.
+incur a serious performance penalty. If so, then some kind of [strict
+mode](250210-strict-mode.html) flag may determine whether non-Booleans
+can be coerced into Booleans.