Skip to content

Commit fc2613f

Browse files
committed
spelling: property
Signed-off-by: Josh Soref <[email protected]>
1 parent 4b6b1fd commit fc2613f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/FlowSummary.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module SummaryComponentStack {
9797
result = push(SummaryComponent::element(), container)
9898
}
9999

100-
/** Gets a stack representing a propery `p` of `object`. */
100+
/** Gets a stack representing a property `p` of `object`. */
101101
SummaryComponentStack propertyOf(Property p, SummaryComponentStack object) {
102102
result = push(SummaryComponent::property(p), object)
103103
}

0 commit comments

Comments
 (0)