Skip to content

Commit 610e041

Browse files
Add reviewer feedback
Co-authored-by: mc <[email protected]>
1 parent 58c746e commit 610e041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-cli/creating-codeql-databases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ build steps, you may need to explicitly define each step in the command line.
169169
are dependencies, the appropriate dependency manager (such as `dep
170170
<https://golang.github.io/dep/>`__).
171171

172-
The Go autobuilder attempts to automatically detect Go code in a repository,
172+
The Go autobuilder attempts to automatically detect code written in Go in a repository,
173173
and only runs build scripts in an attempt to fetch dependencies. To force
174174
CodeQL to limit extraction to the files compiled by your build script, set the environment variable
175175
`CODEQL_EXTRACTOR_GO_BUILD_TRACING=on` or use the ``--command`` option to specify a

0 commit comments

Comments
 (0)