mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
spelling: property
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -97,7 +97,7 @@ module SummaryComponentStack {
|
||||
result = push(SummaryComponent::element(), container)
|
||||
}
|
||||
|
||||
/** Gets a stack representing a propery `p` of `object`. */
|
||||
/** Gets a stack representing a property `p` of `object`. */
|
||||
SummaryComponentStack propertyOf(Property p, SummaryComponentStack object) {
|
||||
result = push(SummaryComponent::property(p), object)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user