C++: Fix TopLevelFunction's qldoc

This commit is contained in:
Ian Lynagh
2021-02-15 16:08:03 +00:00
parent 9b8d94d76e
commit ba6e6337f3

View File

@@ -680,7 +680,7 @@ class FunctionDeclarationEntry extends DeclarationEntry, @fun_decl {
/**
* A C/C++ non-member function (a function that is not a member of any
* class). For example the in the following code, `MyFunction` is a
* class). For example, in the following code, `MyFunction` is a
* `TopLevelFunction` but `MyMemberFunction` is not:
* ```
* void MyFunction() {