Skip to content

Commit

Permalink
chore: Improve the explanation of PassStyle "tagged"
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Dec 2, 2023
1 parent f7979e4 commit 3e14990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pass-style/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export {};
* * Containers aggregate other Passables into
* * sequences as CopyArrays (PassStyle 'copyArray'), or
* * string-keyed dictionaries as CopyRecords (PassStyle 'copyRecord'), or
* * higher-order types as CopyTaggeds (PassStyle 'tagged').
* * higher-level types as CopyTaggeds (PassStyle 'tagged').
* * PassableCaps (PassStyle 'remotable' | 'promise') expose local values to
* remote interaction.
* * As a special case to support system observability, error objects are
Expand Down

0 comments on commit 3e14990

Please sign in to comment.