Skip to content

Commit 2e7bd4d

Browse files
jf205shati-patel
andauthored
Update docs/language/ql-training/cpp/program-representation-cpp.rst
Co-Authored-By: shati-patel <42641846+shati-patel@users.noreply.github.com>
1 parent 24615f2 commit 2e7bd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/ql-training/cpp/program-representation-cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Working with functions
6464

6565
Functions are represented by the Function class. Each declaration or definition of a function is represented by a ``FunctionDeclarationEntry``.
6666

67-
Calls to functions are modeled by CodeQL class ``Call`` and its subclasses:
67+
Calls to functions are modeled by the CodeQL class ``Call`` and its subclasses:
6868

6969
- ``Call.getTarget()`` gets the declared target of the call; undefined for calls through function pointers
7070
- ``Function.getACallToThisFunction()`` gets a call to this function

0 commit comments

Comments
 (0)