Skip to content

Commit 83dfe3d

Browse files
authored
[lldb] Fix minor docstring mis-formatting (NFC) (#193106)
1 parent 4e32f89 commit 83dfe3d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lldb/include/lldb/Target/ExecutionContextScope.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ namespace lldb_private {
1515

1616
/// @class ExecutionContextScope ExecutionContextScope.h
1717
/// "lldb/Target/ExecutionContextScope.h" Inherit from this if your object can
18-
/// reconstruct its
19-
/// execution context.
18+
/// reconstruct its execution context.
2019
///
2120
/// Many objects that have pointers back to parent execution context objects
2221
/// can inherit from this pure virtual class can reconstruct their execution

0 commit comments

Comments
 (0)