This commit is contained in:
Tony Garnock-Jones 2022-10-12 13:25:52 +02:00
parent 1e19ecef6e
commit e9001bece7
1 changed files with 3 additions and 3 deletions

View File

@ -316,9 +316,9 @@ Additionally, record template labels (just after a "`<`") must be "literal-enoug
sub-part of the label *TemplateExpr* refers to a variable's value, the variable must have been
bound in the environment surrounding the *AttenuationExpr* that the *TemplateExpr* is part of,
and must not be any of the capture variables from the *PatternExpr* corresponding to the
template. This is a constraint stemming from the definition of the syntax used for expressing
capability attenuation in the underlying Syndicated Actor Model. (TODO: link to sturdy.prs
documentation)
template. This is a constraint stemming from the definition of the [syntax used for expressing
capability attenuation](../protocol.md#attenuation-of-authority) in the underlying Syndicated
Actor Model.
## Examples