rustdoc: bug fix for -> option<t>

This commit is contained in:
Michael Howell 2023-08-05 11:22:21 -07:00
parent b6bb06ca5d
commit 89a4c7f552
3 changed files with 11 additions and 1 deletions

View file

@ -37,6 +37,7 @@ let ParserState;
* args: Array<QueryElement>,
* returned: Array<QueryElement>,
* foundElems: number,
* totalElems: number,
* literalSearch: boolean,
* corrections: Array<{from: string, to: integer}>,
* }}