We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9be160 commit dcb0df5Copy full SHA for dcb0df5
1 file changed
docs/streaming-programming-guide.md
@@ -539,7 +539,7 @@ common ones are as follows.
539
<td> <b>updateStateByKey</b>(<i>func</i>) </td>
540
<td> Return a new "state" DStream where the state for each key is updated by applying the
541
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>
+ used to maintain arbitrary state data for each key.</td>
543
</tr>
544
<tr><td></td><td></td></tr>
545
</table>
0 commit comments