Skip to content

Commit

Permalink
add missing backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
otsmr authored and waywardmonkeys committed Jan 16, 2024
1 parent 54eecaf commit db3421b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ impl SBDebugger {
/// contains an error message.
///
/// (lldb) b main
/// => Is equal to debugger.execute_command("b main")
/// => Is equal to `debugger.execute_command("b main")`
///
pub fn execute_command(&self, command: &str) -> Result<&str, String> {
let result = unsafe { sys::CreateSBCommandReturnObject() };
Expand Down

0 comments on commit db3421b

Please sign in to comment.