Skip to content

Commit 90afb8d

Browse files
committed
update readme
1 parent 021f1b4 commit 90afb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fatcontext
22

3-
`fatcontext` is a Go linter which detects potential fat contexts in loops.
3+
`fatcontext` is a Go linter which detects potential fat contexts in loops or function literals.
44
They can lead to performance issues, as documented here: https://gabnotes.org/fat-contexts/
55

66
## Installation / usage

0 commit comments

Comments
 (0)