Skip to content

Commit 4337c8d

Browse files
authored
Merge pull request #2 from matthewpaulking/patch-1
Fix description of emailDomain function in README
2 parents ec1f5c2 + 8d9b380 commit 4337c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ public static function charWrap(
128128

129129
### [emailDomain](#emailDomain)
130130

131-
Wraps a string at a given number of characters regardless of words.
131+
Extracts the domain part of an email address, including subdomains.
132132

133133
```php
134-
public static function EmailDomain(
134+
public static function emailDomain(
135135
$string
136136
)
137137
```

0 commit comments

Comments
 (0)