You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2017/01/02 16:12:37 UTC

apex-malhar git commit: Fix typo in windowedOperator.md

Repository: apex-malhar
Updated Branches:
  refs/heads/master 964079f45 -> d25dcf079


Fix typo in windowedOperator.md

Fix typo `stroage` --> `storage`

Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/d25dcf07
Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/d25dcf07
Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/d25dcf07

Branch: refs/heads/master
Commit: d25dcf079e9aca0979253ea4523f9e0bac6204b1
Parents: 964079f
Author: Florian Schmidt <fl...@icloud.com>
Authored: Mon Jan 2 15:17:43 2017 +0100
Committer: GitHub <no...@github.com>
Committed: Mon Jan 2 15:17:43 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/d25dcf07/docs/operators/windowedOperator.md
----------------------------------------------------------------------
diff --git a/docs/operators/windowedOperator.md b/docs/operators/windowedOperator.md
index 021842e..c0ac142 100644
--- a/docs/operators/windowedOperator.md
+++ b/docs/operators/windowedOperator.md
@@ -42,7 +42,7 @@ KeyedWindowedOperatorImpl<KeyType, InputValueType, AccumulationType, OutputValue
 ```
 
 
-We will cover the concepts of [state stroage](#state_storage), [accumulation](#accumulation) and [triggers](#triggers) later in this document.
+We will cover the concepts of [state storage](#state_storage), [accumulation](#accumulation) and [triggers](#triggers) later in this document.
 
 ## Window Option