Skip to content

Commit dcb0df5

Browse files
committed
maintain arbitrary state data for each key
RT
1 parent b9be160 commit dcb0df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)