From 7b5e3c88e3290085eac3e44c6e65c0942e7f4e73 Mon Sep 17 00:00:00 2001 From: Robert Hickman Date: Fri, 12 Apr 2019 21:07:30 +0100 Subject: [PATCH] fix markdown error --- docs/plugins-type_system.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/plugins-type_system.md b/docs/plugins-type_system.md index 4dcf2623b..faa9bcf6d 100644 --- a/docs/plugins-type_system.md +++ b/docs/plugins-type_system.md @@ -4,8 +4,9 @@ Psalm's type system represents the types of variables within a program using dif Note that all classes, but not traits in this directory are valid types. Most, but not all, are prefixed 'T'. This will be changing in version 4, all of them will be prefixed, and a few names will be changed for clarity. +The classes are as follows: -# Union +### Union Class Union specifies a set of types, and can represent any one of these types at a time. They correspond to a vertical bar in a doc comment.