You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2021/04/15 04:11:10 UTC

[calcite] 02/08: Typo in file_adaper.md

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

jhyde pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit ac454315ea81af0eed1a2a9dca3d70ac729e6b28
Author: dugenkui <du...@kuaishou.com>
AuthorDate: Fri Apr 9 21:06:40 2021 +0800

    Typo in file_adaper.md
    
    Close apache/calcite#2392
---
 site/_docs/file_adapter.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/_docs/file_adapter.md b/site/_docs/file_adapter.md
index c955e09..0518133 100644
--- a/site/_docs/file_adapter.md
+++ b/site/_docs/file_adapter.md
@@ -76,11 +76,11 @@ as follows.
         "name": "EMPS",
         "url": "file:file/src/test/resources/sales/EMPS.html"
       }, {
-        "name": "DEPTS"
+        "name": "DEPTS",
         "url": "file:file/src/test/resources/sales/DEPTS.html"
       } ]
     }
-  ]
+  } ]
 }
 {% endhighlight %}