Skip to content

Commit ef53e44

Browse files
authored
Fix typo in comment
1 parent a022086 commit ef53e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/experimental/CWE-099/TaintedWebClientLib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SystemNetWebClientClass extends SystemNetClass {
1717
//Extend the already existent SystemUriClass to not touch the stdlib.
1818
/** The `System.Uri` class. */
1919
class SystemUriClassExtra extends SystemUriClass {
20-
/** Gets the `DownloadString` method. */
20+
/** Gets the `IsWellFormedUriString` method. */
2121
Method getIsWellFormedUriStringMethod() { result = this.getAMethod("IsWellFormedUriString") }
2222
}
2323

0 commit comments

Comments
 (0)