Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
picatz committed Dec 27, 2023
1 parent 69c4202 commit 5d93683
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 @@ -26,7 +26,7 @@ sources := taint.NewSources(
"*net/http.Request",
)

sinks := taint.NewSources(
sinks := taint.NewSinks(
"(*database/sql.DB).Query",
"(*database/sql.DB).QueryContext",
"(*database/sql.DB).QueryRow",
Expand Down

0 comments on commit 5d93683

Please sign in to comment.