]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust/doc: wrap some code examples in backticks
authorJason Ish <jason.ish@oisf.net>
Thu, 11 May 2023 21:49:59 +0000 (15:49 -0600)
committerVictor Julien <vjulien@oisf.net>
Sun, 4 Jun 2023 17:22:32 +0000 (19:22 +0200)
(cherry picked from commit 13fe957b7e81801e72b3c1b42f30aeaa19df8d87)

rust/src/nfs/nfs.rs

index fbccab1bbca64eac4d055bf763924d54dcb64b25..377b33984669ca39ac7c2c60dcb7f3f88c99aabf 100644 (file)
@@ -175,7 +175,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>,