Skip to content

Commit 7e8a39c

Browse files
jubeormk1mkj
authored andcommitted
Fixed unexpected intra-doc link error
Most likely accidentally using the same format for the key list as intra-doc links
1 parent 2b11096 commit 7e8a39c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/namelist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use sshwire::{BinString, SSHDecode, SSHEncode, SSHSink, SSHSource, WireResult};
2424

2525
/// Max count of LocalNames entries
2626
///
27-
/// Current max is for kex, [mlkem, curve25519, curve25519@libssh, ext-info, strictkex, kexguess2]
27+
/// Current max is for kex: (mlkem, curve25519, curve25519@libssh, ext-info, strictkex, kexguess2)
2828
pub const MAX_LOCAL_NAMES: usize = 6;
2929
static EMPTY_LOCALNAMES: LocalNames = LocalNames::new();
3030

0 commit comments

Comments
 (0)