mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Fix typo
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fb04e39935
commit
940a99db3b
@@ -215,7 +215,7 @@ This example shows how the Go query pack models flow through a method for a simp
|
||||
.. code-block:: go
|
||||
|
||||
func TaintFlow(u *url.URL) {
|
||||
host := u.Hostname() // There is taint flow from u to s.
|
||||
host := u.Hostname() // There is taint flow from u to host.
|
||||
...
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user