This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 697894ffd9 typo: remove extraneous "`" in doc comment, fix header 
(#13848)
697894ffd9 is described below

commit 697894ffd938065d6855d778edf3537f8b0a92ce
Author: Alex Kesling <[email protected]>
AuthorDate: Thu Dec 19 18:28:19 2024 -0500

    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]>
---
 datafusion/execution/src/runtime_env.rs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/datafusion/execution/src/runtime_env.rs 
b/datafusion/execution/src/runtime_env.rs
index 5420080efd..2b08b7ff9e 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 <https://github.com>`
     ///
     /// ```
     /// # use std::sync::Arc;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to