Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed May 31, 2024
1 parent a7244f5 commit 6b2e7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-schema/src/datatype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ impl DataType {
/// the definitions of well-known extension types so as to improve
/// interoperability between different systems integrating Arrow columnar data.
///
/// https://arrow.apache.org/docs/format/CanonicalExtensions.html
/// <https://arrow.apache.org/docs/format/CanonicalExtensions.html>
#[non_exhaustive]
#[derive(Debug, Clone)]
pub enum ExtensionType {
Expand Down

0 comments on commit 6b2e7aa

Please sign in to comment.