Skip to content

Commit

Permalink
Fix typo (#4261)
Browse files Browse the repository at this point in the history
* Fix typo

* Remove word

Co-authored-by: Matthew Brown <github@muglug.com>
  • Loading branch information
ribaricplusplus and muglug committed Oct 7, 2020
1 parent 2d5fa92 commit 52ffe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_psalm/plugins/plugins_type_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 52ffe7d

Please sign in to comment.