Skip to content

Commit db392d2

Browse files
authored
Fix: Typo
1 parent 19a3205 commit db392d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/RateLimiter/SlidingWindow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static function createFromPreviousWindow(self $window, int $intervalInSec
7676
public function __sleep(): array
7777
{
7878
// $cached is not serialized, it should only be set
79-
// upon first creation of the Window.
79+
// upon first creation of the window.
8080
return ['id', 'hitCount', 'intervalInSeconds', 'hitCountForLastWindow', 'windowEndAt'];
8181
}
8282

0 commit comments

Comments
 (0)