Skip to content

Commit eb8309a

Browse files
authored
Merge pull request github#5175 from github/igfoo/thethe
2 parents d1fe542 + ba6e633 commit eb8309a

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)