Skip to content

Commit

Permalink
docs: fix typo (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 authored Sep 6, 2024
1 parent c8a10ca commit 6e41483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypt/crypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (cr *Crypt) Keys() []*charm.EncryptKey {
// encrypted value every time this string is encrypted with the same
// EncryptKey. This is useful if you need to look up an encrypted value without
// knowing the plaintext on the storage side. For writing encrypted data, use
// EncrytpedWriter which is non-deterministic.
// EncryptedWriter which is non-deterministic.
func (cr *Crypt) EncryptLookupField(field string) (string, error) {
if field == "" {
return "", nil
Expand Down

0 comments on commit 6e41483

Please sign in to comment.