Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Moderocky authored Jan 15, 2025
1 parent 1aa9a38 commit 41a1477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ example: # A simple loop

# For-loops allow you to extract the loop value directly into a variable
for each {_player} in all players:
send "Hello!" to {_player}
send "Hello!" to {_player}

# This is exactly the same as using a regular loop and loop-value
loop all players:
Expand Down

0 comments on commit 41a1477

Please sign in to comment.