Tidy up some documented constructor syntax

This commit is contained in:
Vinnie Falco
2017-11-03 19:41:34 -07:00
parent 327ebc2007
commit fdd02d9ee7
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ Version 137:
* ConstBufferSequence mandates pointer equivalence
* Add FieldsWriter constructor requirement
* Tidy up some documented constructor syntax
--------------------------------------------------------------------------------

View File

@ -44,7 +44,7 @@ In this table:
[table Valid expressions
[[Expression] [Type] [Semantics, Pre/Post-conditions]]
[
[`R(m);`]
[`R{m};`]
[]
[
Constructible from `m`. The lifetime of `m` is guaranteed to

View File

@ -52,7 +52,7 @@ In this table:
This is the type of buffer returned by `W::get`.
]
][
[`W(m);`]
[`W{m};`]
[]
[
Constructible from `m`. The lifetime of `m` is guaranteed