Skip to content

Commit

Permalink
fix example.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Apr 18, 2014
1 parent 812008e commit c574221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import org.apache.spark.{Logging, RangePartitioner}
* }
*
* // Sort by key, using the above case insensitive ordering.
* rdd.sortByKey
* rdd.sortByKey()
* }}}
*/
class OrderedRDDFunctions[K : Ordering : ClassTag,
Expand Down

0 comments on commit c574221

Please sign in to comment.