Skip to content

Commit 1c4cec0

Browse files
committed
docs: typo
1 parent 6bdf66e commit 1c4cec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/spec/mapped_fields.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl MappedFields {
4444
self.name_to_id.get(&field_name)
4545
}
4646

47-
/// Get a field, by ID, returning the underyling [`MappedField`] if it exists,
47+
/// Get a field, by ID, returning the underlying [`MappedField`] if it exists,
4848
/// otherwise `None`.
4949
pub fn field(&self, id: i32) -> Option<&MappedField> {
5050
self.id_to_field.get(&id)

0 commit comments

Comments
 (0)