1
0
Fork 0
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:
Jonah Graham 2021-07-09 12:44:02 -04:00
parent ce521345e0
commit bcd5dd35bd

View file

@ -40,7 +40,7 @@ public class TerminalTextData implements ITerminalTextData {
/** /**
* Debug helper method -- use as "New Detail Formatter.." in the * Debug helper method -- use as "New Detail Formatter.." in the
* debugger variables view: * debugger variables view:
* <pre>TerminalTextData.toMultiLineText(this,0,200))</pre> * <pre>TerminalTextData.toMultiLineText(this,0,200)</pre>
* @param term the terminal * @param term the terminal
* @param start start line to show * @param start start line to show
* @param len number of lines to show -- negative numbers means show all * @param len number of lines to show -- negative numbers means show all