This is an automated email from the ASF dual-hosted git repository.

sjwiesman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new ed3cd02  [hotfix][docs] Fix typos in LogicFunction page
ed3cd02 is described below

commit ed3cd024ac02d82fc0aa570fa37ea280785b482c
Author: klion26 <qcx978132...@gmail.com>
AuthorDate: Sun Apr 26 10:48:52 2020 +0800

    [hotfix][docs] Fix typos in LogicFunction page
    
    This closes #103
---
 docs/concepts/logical.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/concepts/logical.md b/docs/concepts/logical.md
index 7601b6e..f7a462c 100644
--- a/docs/concepts/logical.md
+++ b/docs/concepts/logical.md
@@ -47,7 +47,7 @@ The id is a primary key, which scopes the function call to a 
specific instance o
 
 When a function is being invoked, all actions - including reads and writes of 
persisted states - are scoped to the current address.
 
-For example, imagine a there was a Stateful Function application to track the 
inventory of a warehouse.
+For example, imagine there was a Stateful Function application to track the 
inventory of a warehouse.
 One possible implementation could include an ``Inventory`` function that 
tracks the number units in stock for a particular item; this would be the 
function type.
 There would then be one logical instance of this type for each SKU the 
warehouse manages.
 If it were clothing, there might be an instance for shirts and another for 
pants; "shirt" and "pant" would be two ids.

Reply via email to