Skip to content

Commit

Permalink
[FLINK-37312][doc] Add missing closing tab in state_v2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborgsomogyi authored Feb 12, 2025
1 parent bd82cb4 commit 25444ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ DataStream<WordCount> words = // [...]
KeyedStream<WordCount> keyed = words
.keyBy(WordCount::getWord).enableAsyncState();
```
{{< /tab >}}
{{< /tabs >}}

{{< top >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ DataStream<WordCount> words = // [...]
KeyedStream<WordCount> keyed = words
.keyBy(WordCount::getWord).enableAsyncState();
```
{{< /tab >}}
{{< /tabs >}}

{{< top >}}
Expand Down

0 comments on commit 25444ac

Please sign in to comment.