Skip to content

Commit 9450bf2

Browse files
Merge pull request #8985 from azolotko/patch-1
Fix table markup in docs/internals/type-system.md
2 parents 9b6ecad + 4850e57 commit 9450bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/internals/type-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Type -+- ProxyType --+- NamedType ----+--- TypeRef
5757
`p.x.T` == `p.x.type#T` | `TypeRef(TermRef(p, x), T)`
5858
`this.type` | `ThisType`
5959
`A & B` | `AndType(A, B)`
60-
`A | B` | `OrType(A, B)`
60+
<code>A \| B</code> | `OrType(A, B)`
6161
`=> T` | `ExprType(T)`
6262
`p { refinedName }` | `RefinedType(p, refinedName)`
6363
type of the value `super` | `SuperType`

0 commit comments

Comments
 (0)