We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8708c42 commit be5b4faCopy full SHA for be5b4fa
lldb/source/Interpreter/InterpreterProperties.td
@@ -31,7 +31,7 @@ let Definition = "interpreter" in {
31
def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">,
32
Global,
33
DefaultFalse,
34
- Desc<"If true, blank lines will be printed between between REPL submissions.">;
+ Desc<"If true, blank lines will be printed between REPL submissions.">;
35
def EchoCommands: Property<"echo-commands", "Boolean">,
36
37
DefaultTrue,
0 commit comments