Skip to content

Commit

Permalink
spec: use html entity for <
Browse files Browse the repository at this point in the history
  • Loading branch information
CanadaHonk committed Oct 11, 2024
1 parent e0f342c commit ea696ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ contributors: Oliver Medhurst, Richie Bendall
1. If _value_ is *NaN*, return *NaN*.
1. If _value_ is *-0*<sub>𝔽</sub> and _min_ is *+0*<sub>𝔽</sub>, return _min_.
1. If _value_ is *+0*<sub>𝔽</sub> and _min_ is *-0*<sub>𝔽</sub>, return _min_.
1. If _value_ < _min_, return _min_.
1. If _value_ &lt; _min_, return _min_.
1. If _value_ is *-0*<sub>𝔽</sub> and _max_ is *+0*<sub>𝔽</sub>, return _max_.
1. If _value_ is *+0*<sub>𝔽</sub> and _max_ is *-0*<sub>𝔽</sub>, return _max_.
1. If _value_ > _max_, return _max_.
Expand Down

0 comments on commit ea696ee

Please sign in to comment.