Skip to content

Commit be5b4fa

Browse files
Update InterpreterProperties.td (#140746)
Fix typo in interpreter property description. Fixes #140708
1 parent 8708c42 commit be5b4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Interpreter/InterpreterProperties.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let Definition = "interpreter" in {
3131
def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">,
3232
Global,
3333
DefaultFalse,
34-
Desc<"If true, blank lines will be printed between between REPL submissions.">;
34+
Desc<"If true, blank lines will be printed between REPL submissions.">;
3535
def EchoCommands: Property<"echo-commands", "Boolean">,
3636
Global,
3737
DefaultTrue,

0 commit comments

Comments
 (0)