Skip to content

Commit 714366d

Browse files
authored
docs: correct grammar (#2704)
Correct phrasing for a single line in the docs (`one documents` -> `a document`).
1 parent 40659d4 commit 714366d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
//! // between indexing threads.
5656
//! let mut index_writer: IndexWriter = index.writer(100_000_000)?;
5757
//!
58-
//! // Let's index one documents!
58+
//! // Let's index a document!
5959
//! index_writer.add_document(doc!(
6060
//! title => "The Old Man and the Sea",
6161
//! body => "He was an old man who fished alone in a skiff in \

0 commit comments

Comments
 (0)