C++: modelling -> modeling

Co-authored-by: Jonas Jensen <jbj@github.com>
This commit is contained in:
Geoffrey White
2020-06-25 11:42:57 +01:00
committed by GitHub
parent ff0a9bfc48
commit 6201796122
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/**
* Provides classes for modelling namespaces, `using` directives and `using` declarations.
* Provides classes for modeling namespaces, `using` directives and `using` declarations.
*/
import semmle.code.cpp.Element

View File

@@ -1,5 +1,5 @@
/**
* Provides a hierarchy of classes for modelling C/C++ types.
* Provides a hierarchy of classes for modeling C/C++ types.
*/
import semmle.code.cpp.Element

View File

@@ -1,5 +1,5 @@
/**
* Provides a hierarchy of classes for modelling C/C++ statements.
* Provides a hierarchy of classes for modeling C/C++ statements.
*/
import semmle.code.cpp.Element