Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Jun 2, 2024
1 parent 4654397 commit d1a9368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/datasource/file_format/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pub async fn get_object_store(
object_storage::get_object_store(state, scheme, url, table_options).await
}

/// Get the object store for the given scheme and url. Only available when targeting wasm32.
/// Get the object store for the given scheme and url. Only available when not targeting wasm32.
#[cfg(target_arch = "wasm32")]
pub async fn get_object_store(
state: &SessionState,
Expand Down

0 comments on commit d1a9368

Please sign in to comment.