Typos in Changes

This commit is contained in:
Dmitry Boulytchev 2021-02-10 01:01:22 +03:00
parent ec655ea22d
commit dfac360318

View file

@ -16,5 +16,5 @@ with 1.00, but the conversion is simple.
- pattern syntax changed: #boxed -> #box, #unboxed -> #val, #string -> #str; - pattern syntax changed: #boxed -> #box, #unboxed -> #val, #string -> #str;
- scope expressions are integrated with ( ... ) primaries; thus, - scope expressions are integrated with ( ... ) primaries; thus,
nested scopes are introduced with *round* brackets; nested scopes are introduced with *round* brackets;
- no more List.singleton is needed since there is no more confilict between one-element lists - no more List.singleton is needed since there is no more conflict between one-element lists
and scoped expressions. and scoped expressions.