mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
C++: modelling -> modeling
Co-authored-by: Jonas Jensen <jbj@github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user