We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdeb08 commit 9294f92Copy full SHA for 9294f92
src/op_mode.rs
@@ -15,8 +15,8 @@ impl<'a> PskBundle<'a> {
15
///
16
/// Errors
17
/// ======
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
+ /// `psk` and `psk_id` must either both be empty or both be nonempty. If one is empty while
+ /// the other is not, then this returns [`HpkeError::InvalidPskBundle`].
20
21
/// Other requirements
22
/// ==================
0 commit comments