Repository: spark
Updated Branches:
  refs/heads/branch-1.1 dbf812022 -> 6b128be03


[Docs] fix minor MLlib case typo

Also make the list of features consistent in style.

Author: Nicholas Chammas <[email protected]>

Closes #2278 from nchammas/patch-1 and squashes the following commits:

56df319 [Nicholas Chammas] [Docs] fix minor MLlib case typo

(cherry picked from commit 6a37ed838b3cbf96f7a904f3d3dabf99141729f5)
Signed-off-by: Xiangrui Meng <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6b128be0
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6b128be0
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6b128be0

Branch: refs/heads/branch-1.1
Commit: 6b128be0328bb84b4c477e3365a6d37cb778b523
Parents: dbf8120
Author: Nicholas Chammas <[email protected]>
Authored: Thu Sep 4 23:37:06 2014 -0700
Committer: Xiangrui Meng <[email protected]>
Committed: Thu Sep 4 23:37:38 2014 -0700

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6b128be0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ef4a076..5e73175 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ Spark is a fast and general cluster computing system for Big 
Data. It provides
 high-level APIs in Scala, Java, and Python, and an optimized engine that
 supports general computation graphs for data analysis. It also supports a
 rich set of higher-level tools including Spark SQL for SQL and structured
-data processing, MLLib for machine learning, GraphX for graph processing,
-and Spark Streaming.
+data processing, MLlib for machine learning, GraphX for graph processing,
+and Spark Streaming for stream processing.
 
 <http://spark.apache.org/>
 


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

Reply via email to