Skip to content

Commit 193e155

Browse files
committed
Fix: incorrect value regarding overhead and encryption
1 parent fb9e9ef commit 193e155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_record_encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Some examples:
8484
| ------------------------------------------------- | -------------------- | --------------------------------- | ----------------------------- |
8585
| Email addresses | string(255) | string(510) | 255 bytes |
8686
| Short sequence of emojis | string(255) | string(1020) | 255 bytes |
87-
| Summary of texts written in non-western alphabets | string(500) | string(2000) | negligible |
87+
| Summary of texts written in non-western alphabets | string(500) | string(2000) | 255 bytes |
8888
| Arbitrary long text | text | text | negligible |
8989

9090
### Deterministic and Non-deterministic Encryption

0 commit comments

Comments
 (0)