authorgravatar for post@frankplowman.comFrank Plowman <post@frankplowman.com> 2024-09-28 12:40:08+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-02-07 03:38:44+01:00
logbf7bc4ff0164f54d7323f1ba5d41ebf57a77149d
tree488a0c027ca451c82871346ccc0416418f3301bd
parent43e52ec5c5a2267791cb2aaaf37f3f84dbe29d25

langref/errorset: Replace subset description with union

The previous language using subsets was really just stating a couple of the properties of the union of a group of sets, and with a minor error at that.

1 files changed, 1 insertions(+), 2 deletions(-)

doc/langref.html.in+1-2
......@@ -2937,8 +2937,7 @@ or
29372937 </p>
29382938 {#header_open|The Global Error Set#}
29392939 <p>{#syntax#}anyerror{#endsyntax#} refers to the global error set.
2940 This is the error set that contains all errors in the entire compilation unit.
2941 It is a superset of all other error sets and a subset of none of them.
2940 This is the error set that contains all errors in the entire compilation unit, i.e. it is the union of all other error sets.
29422941 </p>
29432942 <p>
29442943 You can {#link|coerce|Type Coercion#} any error set to the global one, and you can explicitly