Remove type jsdoc

This commit is contained in:
Daniel Imms
2019-11-07 13:39:42 -08:00
parent 94ce037eb8
commit fce7a67c8e
+1 -1
View File
@@ -239,7 +239,7 @@ export class SearchAddon implements ITerminalAddon {
* started on an earlier line then it is skipped since it will be properly searched when the terminal line that the
* text starts on is searched.
* @param term The search term.
* @param {ISearchPosition} position The position to start the search.
* @param position The position to start the search.
* @param searchOptions Search options.
* @return The search result if it was found.
*/