Skip to content

Commit 0ed7b3c

Browse files
Update qldoc
1 parent 7371751 commit 0ed7b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/XSSFlowSteps.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private class ViewCall extends MethodCall {
6969
)
7070
}
7171

72-
/** `result` is `true` if this cal is from a controller that is an an Area, `false` otherwise. */
72+
/** `result` is `true` if this call is from a controller that is an Area, and `false` otherwise. */
7373
boolean hasArea() { if exists(this.getAreaName()) then result = true else result = false }
7474
}
7575

0 commit comments

Comments
 (0)