You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/practice/bob/.approaches/introduction.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,8 @@ class Bob {
122
122
}
123
123
```
124
124
125
-
This approach uses an array of answers and calculates the appropriate index based on flags for shouting and questioning. For more details, refer to the [Answer Array Approach][approach-answer-array].
125
+
This approach uses an array of answers and calculates the appropriate index based on flags for shouting and questioning.
126
+
For more details, refer to the [Answer Array Approach][approach-answer-array].
0 commit comments