1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
* Fix typo

* Remove word

Co-authored-by: Matthew Brown <github@muglug.com>
This commit is contained in:
Bruno Ribarić 2020-09-30 23:48:49 +02:00 committed by GitHub
parent 0fc59c4293
commit c23406fe36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Psalm's type system represents the types of variables within a program using dif
## Union types
All type Psalm's type information you are likely to use will be wrapped in a [Union Type](../../annotating_code/type_syntax/union_types.md).
All type information you are likely to use will be wrapped in a [Union Type](../../annotating_code/type_syntax/union_types.md).
The `Union` class constructor takes an array of `Atomic` types, and can represent one or more of these types at a time. They correspond to a vertical bar in a doc comment.