Skip to content

Commit db474c2

Browse files
committed
Fix trailing whitespace
1 parent af11a3d commit db474c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/js/search-core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ function getItemsBefore(query, parserState, elems, endChar) {
399399
throw ["Unclosed ", extra];
400400
}
401401
// This case can be encountered if `getNextElem` encountered a "stop character"
402-
// right from the start. For example if you have `,,` or `<>`. In this case,
402+
// right from the start. For example if you have `,,` or `<>`. In this case,
403403
// we simply move up the current position to continue the parsing.
404404
if (posBefore === parserState.pos) {
405405
parserState.pos += 1;

0 commit comments

Comments
 (0)