From 7fa6dea9382a0b5b60f3527a50a0a02df37e9a1e Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Wed, 4 Sep 2019 10:17:20 -0400 Subject: [PATCH] Grammatical improvement on design doc --- doc/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax.md b/doc/syntax.md index 0620bd6799..74a7c255a9 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -2,7 +2,7 @@ ## What is SQLFlow -SQLFlow is a bridge that connects a SQL engine, for example, MySQL, Hive, SparkSQL, Oracle, or SQL Server, and TensorFlow and other machine learning toolkits. SQLFlow extends the SQL syntax to enable model training and inference. +SQLFlow is a bridge that connects a SQL engine, for example, MySQL, Hive, SparkSQL, Oracle, or SQL Server, with machine learning toolkits like TensorFlow. SQLFlow extends the SQL syntax to enable model training and inference. ## Related Work