Skip to content

Commit 3110a29

Browse files
authored
fixed doc of TlsConfiguration::Simple
1 parent 11d2e97 commit 3110a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rumqttc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ impl Transport {
324324
pub enum TlsConfiguration {
325325
#[cfg(feature = "use-rustls")]
326326
Simple {
327-
/// connection method
327+
/// ca certificate
328328
ca: Vec<u8>,
329329
/// alpn settings
330330
alpn: Option<Vec<Vec<u8>>>,

0 commit comments

Comments
 (0)