Skip to content

Commit bdee0e3

Browse files
committed
fixup! review suggestion
1 parent 9deb785 commit bdee0e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/marshal/docs/smallcaps-cheatsheet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ An example-based summary of the Smallcaps encoding of the OCapN [Abstract Syntax
2424
* The number after `"$"` or `"&"` is an index into a separate slots array.
2525
* ***Special strings*** begin with any of the `!"#$%&'()*+,-` characters.
2626
* `<expr>` is nested encoding of `expr`.
27+
* since `x` and `y` can only be strings, `<x>` and `<y>` are the nested encodings of those strings.
2728
* To be passable, arrays, records, and errors must also be hardened.
2829
* Structs [can only have string-named properties](https://github.com/endojs/endo/blob/master/packages/pass-style/doc/copyRecord-guarantees.md).
2930
* Errors can also carry an optional `errorId` string property.

0 commit comments

Comments
 (0)