Skip to content

Commit

Permalink
Change word 'row' to 'sequence' in code comment to avoid confusion (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 1, 2023
1 parent 0ce60d6 commit 08436e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/td_gapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def ordinal(o)
# The start time will be the start time of the dojo.
# The end time will be the current time.
#
# If there's lots of empty td's in a row (for all avatars)
# If there's lots of empty td's in a sequence (for all avatars)
# I collapse them all into a single td (for all avatars).
# This ensures that the display never shows just empty td's
# except if the dojo has just started.
Expand Down

0 comments on commit 08436e0

Please sign in to comment.