Skip to content

Commit 7360db8

Browse files
committed
Fix documentation typo
1 parent 5dabd09 commit 7360db8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Example:
5050
IP: "104.193.168.24",
5151
})
5252

53-
if err != nil {}
53+
if err != nil {
5454
fmt.Println(results, resp)
5555
}
5656
}

clearbit/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Example:
4141
IP: "104.193.168.24",
4242
})
4343
44-
if err != nil {}
44+
if err != nil {
4545
fmt.Println(results, resp)
4646
}
4747
}

0 commit comments

Comments
 (0)