We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bc033 commit 51bea83Copy full SHA for 51bea83
exercises/practice/bob/.approaches/introduction.md
@@ -52,7 +52,7 @@ class Bob {
52
}
53
```
54
55
-This approach defines helper methods for each type of message—silent, shouting, and questioning—to keep each condition clean and easily testable.
+This approach defines helper methods for each type of message—silent, shouting, and questioning—to keep each condition clean and easily testable.
56
For more details, refer to the [method-based `if` Statements Approach][approach-method-if].
57
58
## Approach: variable-based `if` statements
0 commit comments