Re: Missing curly in EEP 13?
Lukas Larsson <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAP3zBqPE0__fG8BQ8EY1WREOOb7xfVKTryL2nT86ry_yEuQoxA@mail.gmail.com> |
On Wed, May 19, 2021 at 9:47 PM Michael P. <[email protected]> wrote: > > <https://www.erlang.org/erlang-enhancement-proposals/eep-0013.html> > > Subsection "Declaration" in section "Specification": > > ``` > '-' 'enum' '(' identifier-and-size ',' '{' enum-binding > {',' enum-binding}* ')' '.' > ``` > Could that supposed to be meant as ending in `}* '}' ')' '.'`? > > Yes, I that you are correct in that.