diff --git a/datafusion/execution/src/runtime_env.rs b/datafusion/execution/src/runtime_env.rs index 5420080efd3e..2b08b7ff9e88 100644 --- a/datafusion/execution/src/runtime_env.rs +++ b/datafusion/execution/src/runtime_env.rs @@ -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 ` /// /// ``` /// # use std::sync::Arc;