Skip to content

Commit db3421b

Browse files
otsmrwaywardmonkeys
authored andcommitted
add missing backticks
1 parent 54eecaf commit db3421b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debugger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ impl SBDebugger {
204204
/// contains an error message.
205205
///
206206
/// (lldb) b main
207-
/// => Is equal to debugger.execute_command("b main")
207+
/// => Is equal to `debugger.execute_command("b main")`
208208
///
209209
pub fn execute_command(&self, command: &str) -> Result<&str, String> {
210210
let result = unsafe { sys::CreateSBCommandReturnObject() };

0 commit comments

Comments
 (0)