Skip to content

Commit

Permalink
docs: typo (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins authored Aug 20, 2024
1 parent 741cdfd commit a9e9a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2643,7 +2643,7 @@ Checks if a value is nil or if it's a reference type with a nil underlying value

```go
var x int
IsNil(x))
IsNil(x)
// false

var k struct{}
Expand Down

0 comments on commit a9e9a98

Please sign in to comment.