From de663e595b6c47653e4a953473ed42eba5ffcb97 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Mon, 30 Jan 2023 22:50:58 -0500 Subject: Rust API : Slight docs improvements --- rust/src/command.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rust/src/command.rs') diff --git a/rust/src/command.rs b/rust/src/command.rs index 977aad4c..1d5eb622 100644 --- a/rust/src/command.rs +++ b/rust/src/command.rs @@ -63,7 +63,7 @@ where /// /// # Example /// ```rust -/// Struct MyCommand; +/// struct MyCommand; /// /// impl Command for MyCommand { /// fn action(&self, view: &BinaryView) { @@ -161,7 +161,7 @@ where /// /// # Example /// ```rust -/// Struct MyCommand; +/// struct MyCommand; /// /// impl AddressCommand for MyCommand { /// fn action(&self, view: &BinaryView, addr: u64) { @@ -259,7 +259,7 @@ where /// /// # Example /// ```rust -/// Struct MyCommand; +/// struct MyCommand; /// /// impl AddressCommand for MyCommand { /// fn action(&self, view: &BinaryView, range: Range) { @@ -362,7 +362,7 @@ where /// /// # Example /// ```rust -/// Struct MyCommand; +/// struct MyCommand; /// /// impl AddressCommand for MyCommand { /// fn action(&self, view: &BinaryView, func: &Function) { -- cgit v1.3.1