Skip to content

Commit da23c6b

Browse files
committed
add missing comma before coordinating conjunction
1 parent a937ce9 commit da23c6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ExamplePatterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use this pattern when a single owner should control encrypted content. You store
1212

1313
[Move source](https://github.com/MystenLabs/seal/blob/main/move/patterns/sources/account_based.move)
1414

15-
Use this pattern when you want to encrypt data to a specific Sui address. The key ID is derived from the recipient's address, so anyone can encrypt a message for a given address but only the owner of that address can decrypt it. There is no on-chain state to manage; access is determined entirely by address ownership. It's a natural fit for end-to-end encrypted messaging, private notifications, or any scenario where you send encrypted data to a known recipient without shared state.
15+
Use this pattern when you want to encrypt data to a specific Sui address. The key ID is derived from the recipient's address, so anyone can encrypt a message for a given address, but only the owner of that address can decrypt it. There is no on-chain state to manage; access is determined entirely by address ownership. It's a natural fit for end-to-end encrypted messaging, private notifications, or any scenario where you send encrypted data to a known recipient without shared state.
1616

1717
## Allowlist
1818

0 commit comments

Comments
 (0)