Skip to content

Commit

Permalink
typo: remove extraneous "`" in doc comment, fix header (#13848)
Browse files Browse the repository at this point in the history
* typo: extraneous "`" in doc comment

* Update datafusion/execution/src/runtime_env.rs

* Update datafusion/execution/src/runtime_env.rs

---------

Co-authored-by: Oleks V <comphead@users.noreply.github.com>
  • Loading branch information
akesling and comphead authored Dec 19, 2024
1 parent 9f530dd commit 697894f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/execution/src/runtime_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ impl RuntimeEnv {
/// runtime_env.register_object_store(&url, Arc::new(object_store));
/// ```
///
/// # Example: Register local file system object store
/// # Example: Register remote URL object store like [Github](https://github.com)
///
/// To register reading from urls such as <https://github.com>`
///
/// ```
/// # use std::sync::Arc;
Expand Down

0 comments on commit 697894f

Please sign in to comment.