Skip to content

Commit

Permalink
fix a tiny error in the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Sep 17, 2022
1 parent 986dcc1 commit 802965a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/03-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ A value member of a volatile type cannot appear in a [path](#paths).
A type is _volatile_ if it falls into one of four categories:

A compound type `´T_1´ with … with ´T_n´ {´R\,´}`
is volatile if one of the following two conditions hold.
is volatile if one of the following three conditions hold.

1. One of ´T_2 , \ldots , T_n´ is a type parameter or abstract type, or
1. ´T_1´ is an abstract type and either the refinement ´R´
Expand Down

0 comments on commit 802965a

Please sign in to comment.