Skip to content

Commit 827b227

Browse files
committed
fix: docs build fail issue
1 parent 2e4b5a8 commit 827b227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/editor/CodeHintManager.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,13 @@
172172
* Either null, if the request to update the hint list was a result of
173173
* navigation, or a single character that represents the last insertion.
174174
*
175+
* ```js
175176
* return {jQuery.Deferred|{
176177
* hints: Array.<string|jQueryObject>,
177178
* match: string,
178179
* selectInitial: boolean,
179180
* handleWideResults: boolean}}
181+
* ```
180182
*
181183
* Null if the provider wishes to end the hinting session. Otherwise, a
182184
* response object, possibly deferred, that provides 1. a sorted array

0 commit comments

Comments
 (0)