Skip to content

Commit 45484c7

Browse files
authored
Merge pull request #14057 from data-douser/data-douser-patch-1
Update codeql-library-for-go.rst
2 parents 8906a37 + 5d986d7 commit 45484c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Entities and name binding
275275
Not all elements of a code base can be represented as AST nodes. For example, functions defined in
276276
the standard library or in a dependency do not have a source-level definition within the source code
277277
of the program itself, and built-in functions like ``len`` do not have a definition at all. Hence
278-
functions cannot simplify be identified with their definition, and similarly for variables, types,
278+
functions cannot simply be identified with their definition, and similarly for variables, types,
279279
and so on.
280280

281281
To smooth over this difference and provide a unified view of functions no matter where they are

0 commit comments

Comments
 (0)