From: Jason Ish Date: Thu, 11 May 2023 21:49:59 +0000 (-0600) Subject: rust/doc: wrap some code examples in backticks X-Git-Tag: suricata-6.0.13~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f2dc996bb92b38da2b5c94112d36f0407a7320;p=thirdparty%2Fsuricata.git rust/doc: wrap some code examples in backticks (cherry picked from commit 13fe957b7e81801e72b3c1b42f30aeaa19df8d87) --- diff --git a/rust/src/nfs/nfs.rs b/rust/src/nfs/nfs.rs index fbccab1bbc..377b339846 100644 --- a/rust/src/nfs/nfs.rs +++ b/rust/src/nfs/nfs.rs @@ -175,7 +175,7 @@ pub struct NFSTransaction { pub file_handle: Vec, /// Procedure type specific data - /// TODO see if this can be an Option>. Initial + /// TODO see if this can be an `Option>`. Initial /// attempt failed. pub type_data: Option,