Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0a9bf commit 6201796Copy full SHA for 6201796
3 files changed
cpp/ql/src/semmle/code/cpp/Namespace.qll
@@ -1,5 +1,5 @@
1
/**
2
- * Provides classes for modelling namespaces, `using` directives and `using` declarations.
+ * Provides classes for modeling namespaces, `using` directives and `using` declarations.
3
*/
4
5
import semmle.code.cpp.Element
cpp/ql/src/semmle/code/cpp/Type.qll
- * Provides a hierarchy of classes for modelling C/C++ types.
+ * Provides a hierarchy of classes for modeling C/C++ types.
cpp/ql/src/semmle/code/cpp/stmts/Stmt.qll
- * Provides a hierarchy of classes for modelling C/C++ statements.
+ * Provides a hierarchy of classes for modeling C/C++ statements.
0 commit comments