Skip to content

Commit fdf3447

Browse files
authoredFeb 23, 2024
Update coding-conventions.asciidoc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎documentation/coding-conventions.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ else
453453
doThat();
454454
System.err.println("that");
455455
----
456-
Now, it gets hard to see that the last statement is always executed independent on the condition.
456+
Now, it gets hard to see that the last statement is always executed independent of the condition.
457457
Maybe that should actually go only to the else block as we can guess from the indentation.
458458
If you always use curly braces this cannot happen and the code is easier to read:
459459
[source,java]

0 commit comments

Comments
 (0)
Please sign in to comment.