Skip to content

Commit ba6e633

Browse files
committed
C++: Fix TopLevelFunction's qldoc
1 parent 9b8d94d commit ba6e633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/Function.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ class FunctionDeclarationEntry extends DeclarationEntry, @fun_decl {
680680

681681
/**
682682
* A C/C++ non-member function (a function that is not a member of any
683-
* class). For example the in the following code, `MyFunction` is a
683+
* class). For example, in the following code, `MyFunction` is a
684684
* `TopLevelFunction` but `MyMemberFunction` is not:
685685
* ```
686686
* void MyFunction() {

0 commit comments

Comments
 (0)