This is an automated email from the ASF dual-hosted git repository.
fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/master by this push:
new 6f44e56 Add missing comma (#6399)
6f44e56 is described below
commit 6f44e568db6cb6626c726c69459e55cc2315c237
Author: adursun <[email protected]>
AuthorDate: Fri Sep 28 19:02:36 2018 +0300
Add missing comma (#6399)
---
docs/content/tutorials/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/tutorials/index.md b/docs/content/tutorials/index.md
index bd16066..66e3a4f 100644
--- a/docs/content/tutorials/index.md
+++ b/docs/content/tutorials/index.md
@@ -137,7 +137,7 @@ The sample data has the following columns, and an example
event is shown below:
{
"timestamp":"2015-09-12T20:03:45.018Z",
"channel":"#en.wikipedia",
- "namespace":"Main"
+ "namespace":"Main",
"page":"Spider-Man's powers and equipment",
"user":"foobar",
"comment":"/* Artificial web-shooters */",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]