Skip to content

Commit 9294f92

Browse files
committed
Fixed typo
1 parent dbdeb08 commit 9294f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/op_mode.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ impl<'a> PskBundle<'a> {
1515
///
1616
/// Errors
1717
/// ======
18-
/// `psk` and `psk_id` must either both be empty or both be nontempty. If one is empty while
19-
/// the other is not, then this returns XXX
18+
/// `psk` and `psk_id` must either both be empty or both be nonempty. If one is empty while
19+
/// the other is not, then this returns [`HpkeError::InvalidPskBundle`].
2020
///
2121
/// Other requirements
2222
/// ==================

0 commit comments

Comments
 (0)