Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c9e33d

Browse files
Fix indentation for consistency (#10745)
1 parent 38d6316 commit 1c9e33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎rate-limiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $executed = RateLimiter::attempt(
4444
);
4545

4646
if (! $executed) {
47-
return 'Too many messages sent!';
47+
return 'Too many messages sent!';
4848
}
4949
```
5050

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /