Github user NicoK commented on a diff in the pull request:
https://github.com/apache/flink/pull/3272#discussion_r99615295
--- Diff: docs/dev/stream/state.md ---
@@ -126,8 +136,8 @@ To get a state handle, you have to create a
`StateDescriptor`. This holds the na
(as we will see later, you can create several states, and they have to
have unique names so
that you can reference them), the type of the values that the state holds,
and possibly
a user-specified function, such as a `ReduceFunction`. Depending on what
type of state you
-want to retrieve, you create either a `ValueStateDescriptor`, a
`ListStateDescriptor` or
-a `ReducingStateDescriptor`.
+want to retrieve, you create either a `ValueStateDescriptor`, a
`ListStateDescriptor`,
+`ReducingStateDescriptor` or a `FoldingStateDescriptor`.
--- End diff --
**a** `ReducingStateDescriptor`**,** or a ...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---