]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust/doc: wrap some code examples in backticks 8867/head
authorJason Ish <jason.ish@oisf.net>
Thu, 11 May 2023 21:49:59 +0000 (15:49 -0600)
committerVictor Julien <vjulien@oisf.net>
Fri, 12 May 2023 05:15:37 +0000 (07:15 +0200)
rust/src/nfs/nfs.rs

index 1d2cb5066ea317d978270819515ed85f3a40f064..2e1c785eaaa336056bf44ca052797705efed8db4 100644 (file)
@@ -205,7 +205,7 @@ pub struct NFSTransaction {
     pub file_handle: Vec<u8>,
 
     /// Procedure type specific data
-    /// TODO see if this can be an Option<Box<NFSTransactionTypeData>>. Initial
+    /// TODO see if this can be an `Option<Box<NFSTransactionTypeData>>`. Initial
     /// attempt failed.
     pub type_data: Option<NFSTransactionTypeData>,