You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2021/11/27 16:47:19 UTC

[flink-statefun] branch master updated: [hotfix][docs] Add missing be in logical.md documentation

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

trohrmann 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 637ac79  [hotfix][docs] Add missing be in logical.md documentation
637ac79 is described below

commit 637ac79abb648cd73272867c6023349ba4e25cbc
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Sat Nov 27 17:46:51 2021 +0100

    [hotfix][docs] Add missing be in logical.md documentation
---
 docs/content/docs/concepts/logical.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/concepts/logical.md b/docs/content/docs/concepts/logical.md
index babf3f9..7ab188a 100644
--- a/docs/content/docs/concepts/logical.md
+++ b/docs/content/docs/concepts/logical.md
@@ -27,7 +27,7 @@ under the License.
 # Logical Functions
 
 Stateful Function's are allocated logically, which means the system can support an unbounded number of instances with a finite amount of resources.
-Logical instances do not use CPU, memory, or threads when not actively being invoked, so there is no theoretical upper limit on the number of instances that can created.
+Logical instances do not use CPU, memory, or threads when not actively being invoked, so there is no theoretical upper limit on the number of instances that can be created.
 Users are encouraged to model their applications as granularly as possible, based on what makes the most sense for their application, instead of designing applications around resource constraints.