diff --git a/index.html b/index.html index 4ec5909d..3f0f6fed 100644 --- a/index.html +++ b/index.html @@ -2947,7 +2947,7 @@

if as a Modifier

Prefer modifier if/unless usage when you have a single-line body. -Another good alternative is the usage of control flow &&/||.

+Another good alternative is the usage of control flow and/or.

@@ -2960,7 +2960,7 @@

do_something if some_condition # another good option -some_condition && do_something +some_condition and do_something

@@ -8245,7 +8245,7 @@