Skip to content

Commit ba863c8

Browse files
zzmpalexcrichton
authored andcommitted
(doc) Change search placeholder text.
Update placeholder text to make keyboard shortcuts more apparent.
1 parent 7cfdfa6 commit ba863c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ r##"<!DOCTYPE html>
6363
<div class="search-container">
6464
<input class="search-input" name="search"
6565
autocomplete="off"
66-
placeholder="Search documentation..."
66+
placeholder="Click or press 's' to search, '?' for more options..."
6767
type="search">
6868
</div>
6969
</form>

0 commit comments

Comments
 (0)