зеркало из https://github.com/github/codeql.git
fix typos
This commit is contained in:
Родитель
50a91b5017
Коммит
236e6db996
|
@ -32,9 +32,9 @@ module Either<TypeWithToString Left, TypeWithToString Right> {
|
|||
Right asRight() { this = TRight(result) }
|
||||
}
|
||||
|
||||
/** Makes an `Either` from an instanceof of `Left` */
|
||||
/** Makes an `Either` from an instance of `Left` */
|
||||
Left left(Left c) { result = c }
|
||||
|
||||
/** Makes an `Either` from an instanceof of `Right` */
|
||||
/** Makes an `Either` from an instance of `Right` */
|
||||
Right right(Right c) { result = c }
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче