Github user greghogan commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5006#discussion_r152591791
  
    --- Diff: docs/dev/stream/state/queryable_state.md ---
    @@ -162,14 +161,19 @@ So far, you have set up your cluster to run with 
queryable state and you have de
     queryable. Now it is time to see how to query this state. 
     
     For this you can use the `QueryableStateClient` helper class. This is 
available in the `flink-queryable-state-client` 
    -jar which you have to explicitly include as a dependency in the `pom.xml` 
of your project, as shown below:
    +jar which must explicitly included as a dependency in the `pom.xml` of 
your project along with `flink-core`, as shown below:
    --- End diff --
    
    "must" -> "must be"


---

Reply via email to