Skip to content

Commit 574d6d6

Browse files
Fix comment.
Co-authored-by: Tom Hvitved <[email protected]>
1 parent b886157 commit 574d6d6

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/lib/semmle/code/csharp/frameworks/microsoft

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/Owin.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class MicrosoftOwinIOwinRequestClass extends Class {
118118
result.hasName("Scheme")
119119
}
120120

121-
/** Gets the `URI` property. */
121+
/** Gets the `Uri` property. */
122122
Property getUriProperty() {
123123
result = this.getAProperty() and
124124
result.hasName("Uri")

0 commit comments

Comments
 (0)