Skip to content

Commit a8996c9

Browse files
bowbahdoeomniprof
andcommitted
Add footnote softening the use of "wrong"
Co-Authored-By: Ken Fogel <[email protected]>
1 parent 480d678 commit a8996c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/variables/challenges.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void main() {
9090

9191
## Challenge 5
9292

93-
Some of the variables in this program are named "wrong." Fix them.
93+
Some of the variables in this program are named "wrong."[^byconvention] Fix them.
9494

9595
```java,editable
9696
void main() {
@@ -100,4 +100,6 @@ void main() {
100100
String FASTRunner = "bolt";
101101
String slowRunner = "tortoise";
102102
}
103-
```
103+
```
104+
105+
[^byconvention]: By currently prevalent social conventions. None are actually "wrong" from the perspective of Java.

0 commit comments

Comments
 (0)