Skip to content

Commit 5d986d7

Browse files
committed
Update codeql-library-for-go.rst
Correct a typo in the golang docs.
1 parent 0fe7740 commit 5d986d7

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)