diff --git a/strings.md b/strings.md index edfe6f69a9..c5d425f6e4 100644 --- a/strings.md +++ b/strings.md @@ -2342,7 +2342,7 @@ use Illuminate\Support\Str; $doesntContain = Str::of('This is my name')->doesntContain('MY', ignoreCase: true); -// true +// false ```