Skip to content

Commit

Permalink
[hotfix] Fix scaladoc in Table.scala Examples (second try)
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Apr 8, 2015
1 parent e48e76f commit ae2537e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ case class Table(private[flink] val operation: PlanNode) {
* Example:
*
* {{{
* in.filter("name = 'Fred'")
* in.where("name = 'Fred'")
* }}}
*/
def where(predicate: String): Table = {
Expand Down

0 comments on commit ae2537e

Please sign in to comment.