Skip to content

Commit

Permalink
Very minor comment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Nov 6, 2023
1 parent ab484b1 commit 25b1452
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ public double getRate () {
}

/**
* Note that the new actual rate might be slightly different than the passed parameters, dependa on how
* Note that the new actual rate might be slightly different than the passed parameters, depends on how
* {@link RateLimiter} is implemented.
*/
public void setRate ( double requestsPerSecond )
{
this.rateLimiter.setRate ( requestsPerSecond );
}
}
}

0 comments on commit 25b1452

Please sign in to comment.