зеркало из https://github.com/github/codeql.git
sync upstream typo fixes
This commit is contained in:
Родитель
5d1c41c269
Коммит
818975dc56
|
@ -59,7 +59,7 @@
|
||||||
* A `(package,type)` pair may refer to a static type or a synthetic type name used internally in the model.
|
* A `(package,type)` pair may refer to a static type or a synthetic type name used internally in the model.
|
||||||
* Synthetic type names can be used to reuse intermediate sub-paths, when there are multiple ways to access the same
|
* Synthetic type names can be used to reuse intermediate sub-paths, when there are multiple ways to access the same
|
||||||
* element.
|
* element.
|
||||||
* See `ModelsAsData.qll` for the langauge-specific interpretation of packages and static type names.
|
* See `ModelsAsData.qll` for the language-specific interpretation of packages and static type names.
|
||||||
*
|
*
|
||||||
* By convention, if one wants to avoid clashes with static types from the package, the type name
|
* By convention, if one wants to avoid clashes with static types from the package, the type name
|
||||||
* should be prefixed with a tilde character (`~`). For example, `(foo, ~Bar)` can be used to indicate that
|
* should be prefixed with a tilde character (`~`). For example, `(foo, ~Bar)` can be used to indicate that
|
||||||
|
@ -396,7 +396,7 @@ predicate isValidTokenNameInIdentifyingAccessPath(string name) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds if `name` is a valid name for an access path token with no arguments, occuring
|
* Holds if `name` is a valid name for an access path token with no arguments, occurring
|
||||||
* in an identifying access path.
|
* in an identifying access path.
|
||||||
*/
|
*/
|
||||||
bindingset[name]
|
bindingset[name]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче