Skip to content

Commit f544568

Browse files
author
Nicklas Warming Jacobsen
committed
Fix doc string
1 parent 01b7129 commit f544568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/cipherstash-client/src/encryption/plaintext/from_conversion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ where
5050
/// Returns an error if the `Plaintext` variant of `value` and `<T as PlaintextNullVariant>::null()` doesn't match
5151
/// or if `TryFromPlaintext::try_from_plaintext` returns an error.
5252
/// Returns `None` if the inner `Option` in `value` is `None`
53-
/// Returns `Ok(Some(Self))` if `Plaintext` value could successfully be converted
53+
/// Returns `Ok(Some(Self))` if `Plaintext` value was successfully be converted
5454
fn try_from_plaintext(value: &Plaintext) -> Result<Self, TypeParseError> {
5555
match (value, T::null()) {
5656
// Return OK(None) if the inner value is None

0 commit comments

Comments
 (0)