Skip to content

Commit 8b73d4a

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

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
@@ -158,7 +158,7 @@ This pattern covers many of the cases where we need to summarize flow through a
158158
func TaintFlow() {
159159
elems := []string{"Hello", "World"}
160160
sep := " "
161-
t := strings.Join(elems, sep) // There is taint flow from ss and sep to t.
161+
t := strings.Join(elems, sep) // There is taint flow from elems and sep to t.
162162
...
163163
}
164164

0 commit comments

Comments
 (0)