Skip to content

Commit 99bf324

Browse files
committed
Fix typo.
Change-Id: I0f4fb95c1a44088d19ae9f98abd98765f456d110
1 parent b5a38e3 commit 99bf324

File tree

1 file changed

+1
-1
lines changed
  • terminal/plugins/org.eclipse.tm.terminal.control/src/org/eclipse/tm/internal/terminal/model

1 file changed

+1
-1
lines changed

terminal/plugins/org.eclipse.tm.terminal.control/src/org/eclipse/tm/internal/terminal/model/TerminalTextData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class TerminalTextData implements ITerminalTextData {
4040
/**
4141
* Debug helper method -- use as "New Detail Formatter.." in the
4242
* debugger variables view:
43-
* <pre>TerminalTextData.toMultiLineText(this,0,200))</pre>
43+
* <pre>TerminalTextData.toMultiLineText(this,0,200)</pre>
4444
* @param term the terminal
4545
* @param start start line to show
4646
* @param len number of lines to show -- negative numbers means show all

0 commit comments

Comments
 (0)