Merge pull request #27065 from aafa/patch-1

Minor typo is fixed
This commit is contained in:
Patrik Nordwall 2019-06-03 16:24:22 +02:00 committed by GitHub
commit f051471d2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -312,7 +312,7 @@ by adding information to the flow graph that has been constructed up to this poi
This means that everything that is inside the red bubble will be executed by one actor and everything outside of it
by another. This scheme can be applied successively, always having one such boundary enclose the previous ones plus all
operators that have been added since them.
operators that have been added since then.
@@@ warning