Skip to content

Commit 940a99d

Browse files
egregius313owen-mc
andauthored
Fix typo
Co-authored-by: Owen Mansel-Chan <[email protected]>
1 parent fb04e39 commit 940a99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/customizing-library-models-for-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ This example shows how the Go query pack models flow through a method for a simp
215215
.. code-block:: go
216216
217217
func TaintFlow(u *url.URL) {
218-
host := u.Hostname() // There is taint flow from u to s.
218+
host := u.Hostname() // There is taint flow from u to host.
219219
...
220220
}
221221

0 commit comments

Comments
 (0)