Skip to content

Commit

Permalink
Comment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFINITYManu committed Sep 25, 2024
1 parent e043da2 commit 4916ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollout-dashboard/server/src/frontend_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ impl RolloutApi {
}

if rollout_had_changed_tasks {
// We ump the cache entry's last update time, to only retrieve
// We bump the cache entry's last update time, to only retrieve
// tasks from this point in time on during subsequent retrievals.
// We only do this at the end, in case any code above returns
// early, to force a full state recalculation if there was a
Expand Down

0 comments on commit 4916ee5

Please sign in to comment.