Fix typo in comment

This commit is contained in:
Hector Cuesta
2020-05-15 17:17:42 +01:00
committed by GitHub
parent a022086498
commit ef53e443b7

View File

@@ -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") }
}