Merge pull request #5175 from github/igfoo/thethe

This commit is contained in:
Mathias Vorreiter Pedersen
2021-02-15 18:09:32 +01:00
committed by GitHub

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() {