mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +02:00
Fix typo.
Change-Id: I0f4fb95c1a44088d19ae9f98abd98765f456d110
This commit is contained in:
parent
ce521345e0
commit
bcd5dd35bd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class TerminalTextData implements ITerminalTextData {
|
|||
/**
|
||||
* Debug helper method -- use as "New Detail Formatter.." in the
|
||||
* debugger variables view:
|
||||
* <pre>TerminalTextData.toMultiLineText(this,0,200))</pre>
|
||||
* <pre>TerminalTextData.toMultiLineText(this,0,200)</pre>
|
||||
* @param term the terminal
|
||||
* @param start start line to show
|
||||
* @param len number of lines to show -- negative numbers means show all
|
||||
|
|
Loading…
Add table
Reference in a new issue