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-7.0.0-rc2~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8867%2Fhead;p=thirdparty%2Fsuricata.git rust/doc: wrap some code examples in backticks --- diff --git a/rust/src/nfs/nfs.rs b/rust/src/nfs/nfs.rs index 1d2cb5066e..2e1c785eaa 100644 --- a/rust/src/nfs/nfs.rs +++ b/rust/src/nfs/nfs.rs @@ -205,7 +205,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,