Skip to content

Commit 697894f

Browse files
akeslingcomphead
andauthored
typo: remove extraneous "`" in doc comment, fix header (#13848)
* typo: extraneous "`" in doc comment * Update datafusion/execution/src/runtime_env.rs * Update datafusion/execution/src/runtime_env.rs --------- Co-authored-by: Oleks V <[email protected]>
1 parent 9f530dd commit 697894f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datafusion/execution/src/runtime_env.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,8 @@ impl RuntimeEnv {
118118
/// runtime_env.register_object_store(&url, Arc::new(object_store));
119119
/// ```
120120
///
121-
/// # Example: Register local file system object store
121+
/// # Example: Register remote URL object store like [Github](https://github.com)
122122
///
123-
/// To register reading from urls such as <https://github.com>`
124123
///
125124
/// ```
126125
/// # use std::sync::Arc;

0 commit comments

Comments
 (0)