Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
More docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed May 28, 2022
1 parent b992283 commit a03b052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array/utf8/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl<O: Offset> Utf8Array<O> {

/// Returns the value of the element at index `i`, ignoring the array's validity.
/// # Panic
/// This function panics iff `i < self.len`.
/// This function panics iff `i >= self.len`.
#[inline]
pub fn value(&self, i: usize) -> &str {
assert!(i < self.len());
Expand Down

0 comments on commit a03b052

Please sign in to comment.