We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6b1fd commit fc2613fCopy full SHA for fc2613f
csharp/ql/lib/semmle/code/csharp/dataflow/FlowSummary.qll
@@ -97,7 +97,7 @@ module SummaryComponentStack {
97
result = push(SummaryComponent::element(), container)
98
}
99
100
- /** Gets a stack representing a propery `p` of `object`. */
+ /** Gets a stack representing a property `p` of `object`. */
101
SummaryComponentStack propertyOf(Property p, SummaryComponentStack object) {
102
result = push(SummaryComponent::property(p), object)
103
0 commit comments