We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b7129 commit f544568Copy full SHA for f544568
vendor/cipherstash-client/src/encryption/plaintext/from_conversion.rs
@@ -50,7 +50,7 @@ where
50
/// Returns an error if the `Plaintext` variant of `value` and `<T as PlaintextNullVariant>::null()` doesn't match
51
/// or if `TryFromPlaintext::try_from_plaintext` returns an error.
52
/// Returns `None` if the inner `Option` in `value` is `None`
53
- /// Returns `Ok(Some(Self))` if `Plaintext` value could successfully be converted
+ /// Returns `Ok(Some(Self))` if `Plaintext` value was successfully be converted
54
fn try_from_plaintext(value: &Plaintext) -> Result<Self, TypeParseError> {
55
match (value, T::null()) {
56
// Return OK(None) if the inner value is None
0 commit comments