mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Fix typo in comment
This commit is contained in:
@@ -17,7 +17,7 @@ class SystemNetWebClientClass extends SystemNetClass {
|
||||
//Extend the already existent SystemUriClass to not touch the stdlib.
|
||||
/** The `System.Uri` class. */
|
||||
class SystemUriClassExtra extends SystemUriClass {
|
||||
/** Gets the `DownloadString` method. */
|
||||
/** Gets the `IsWellFormedUriString` method. */
|
||||
Method getIsWellFormedUriStringMethod() { result = this.getAMethod("IsWellFormedUriString") }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user