Skip to content

Commit

Permalink
docs: fix wrong inline code snippet in parquet document (#4550)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Jul 21, 2023
1 parent 4e8e1b3 commit 6e4d700
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion parquet/src/file/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ impl FileMetaData {
self.key_value_metadata.as_ref()
}

/// Returns Parquet ['Type`] that describes schema in this file.
/// Returns Parquet [`Type`] that describes schema in this file.
///
/// [`Type`]: crate::schema::types::Type
pub fn schema(&self) -> &SchemaType {
self.schema_descr.root_schema()
}
Expand Down

0 comments on commit 6e4d700

Please sign in to comment.