Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Aug 17, 2023
1 parent 480763d commit 756156b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/schema/bytes_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl BytesOptions {
self
}

/// Set the field as a single-valued fast field.
/// Set the field as a fast field.
///
/// Fast fields are designed for random access.
/// Access time are similar to a random lookup in an array.
Expand Down
2 changes: 1 addition & 1 deletion src/schema/date_time_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl DateOptions {
self
}

/// Set the field as a single-valued fast field.
/// Set the field as a fast field.
///
/// Fast fields are designed for random access.
/// Access time are similar to a random lookup in an array.
Expand Down
2 changes: 1 addition & 1 deletion src/schema/numeric_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl NumericOptions {
self
}

/// Set the field as a single-valued fast field.
/// Set the field as a fast field.
///
/// Fast fields are designed for random access.
/// Access time are similar to a random lookup in an array.
Expand Down

0 comments on commit 756156b

Please sign in to comment.