Skip to content

Commit

Permalink
Minor: Fix formatting typo in Field::new_list_field (#5464)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Mar 4, 2024
1 parent 924e17e commit 629ec07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-schema/src/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl Field {
}
}

/// Creates a new `Field`` suitable for [`DataType::List`] and
/// Creates a new `Field` suitable for [`DataType::List`] and
/// [`DataType::LargeList`]
///
/// While not required, this method follows the convention of naming the
Expand Down

0 comments on commit 629ec07

Please sign in to comment.