Skip to content

Commit d792351

Browse files
CrazyJvmtdas
authored andcommitted
maintain arbitrary state data for each key
RT Author: Chen Chao <[email protected]> Closes #114 from CrazyJvm/patch-1 and squashes the following commits: dcb0df5 [Chen Chao] maintain arbitrary state data for each key
1 parent e708f74 commit d792351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/streaming-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ common ones are as follows.
539539
<td> <b>updateStateByKey</b>(<i>func</i>) </td>
540540
<td> Return a new "state" DStream where the state for each key is updated by applying the
541541
given function on the previous state of the key and the new values for the key. This can be
542-
used to maintain arbitrary state data for each ket.</td>
542+
used to maintain arbitrary state data for each key.</td>
543543
</tr>
544544
<tr><td></td><td></td></tr>
545545
</table>

0 commit comments

Comments
 (0)