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

Appearance settings

Commit 8ae827e

Browse filesBrowse files
committed
Fix typo (guarunteed -> guaranteed)
1 parent 86e2b55 commit 8ae827e
Copy full SHA for 8ae827e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎validators_test.go

Copy file name to clipboardExpand all lines: validators_test.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func TestEmail(t *testing.T) {
241241

242242
// should always be satisfied
243243
if !email.IsSatisfied("t0.est+email123@1abc0-def.com") {
244-
t.Errorf(noErrorsMessage, "guarunteed valid email", fmt.Sprintf("email = %s", "t0.est+email123@1abc0-def.com"))
244+
t.Errorf(noErrorsMessage, "guaranteed valid email", fmt.Sprintf("email = %s", "t0.est+email123@1abc0-def.com"))
245245
}
246246

247247
// should never be satisfied (this is redundant given the loops above)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.