Repository: flink
Updated Branches:
  refs/heads/release-0.8 52a8f6cff -> 8c8d86aaf


[Docs] Fix typo in programming guide

This closes #327.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8c8d86aa
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8c8d86aa
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/8c8d86aa

Branch: refs/heads/release-0.8
Commit: 8c8d86aaf149f8df079fbf11683bea0dbadc7f70
Parents: 52a8f6c
Author: Carsten Brandt <[email protected]>
Authored: Wed Jan 21 09:35:36 2015 +0100
Committer: Ufuk Celebi <[email protected]>
Committed: Wed Jan 21 11:50:20 2015 +0100

----------------------------------------------------------------------
 docs/programming_guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/8c8d86aa/docs/programming_guide.md
----------------------------------------------------------------------
diff --git a/docs/programming_guide.md b/docs/programming_guide.md
index 0b6462f..2e474f7 100644
--- a/docs/programming_guide.md
+++ b/docs/programming_guide.md
@@ -2093,7 +2093,7 @@ To create a DeltaIteration call the 
`iterateDelta(DataSet, int, int)` (or `itera
 int, int[])` respectively). This method is called on the initial solution set. 
The arguments are the
 initial delta set, the maximum number of iterations and the key positions. The 
returned
 `DeltaIteration` object gives you access to the DataSets representing the 
workset and solution set
-via the methods `iteration.getWorket()` and `iteration.getSolutionSet()`.
+via the methods `iteration.getWorkset()` and `iteration.getSolutionSet()`.
 
 Below is an example for the syntax of a delta iteration
 

Reply via email to