Skip to content

Commit 3f34ecc

Browse files
authored
Fixed typo spotted by Marco Franceschetti, grazie!
1 parent 57a8498 commit 3f34ecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/converters/grammar/systemText.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In addition to the grammar, follow these numbered semantics rules:
6161
1. In the activity names include only the verb representing the action and the object targeted by the action, without the subject who performed the action. Allow only for alphanumeric characters and underscores.
6262
2. Each activity must start exactly once and must end exactly one.
6363
3. Any "andSubProcess" or "orSubProcess" must de declared before it is used.
64-
4. Only start an "orSubProcess" or start an "orSubProcess" when there is at least one other activity to be started.
64+
4. Only start an "orSubProcess" or start an "andSubProcess" when there is at least one other activity to be started.
6565
5. Use "immediately repeat since" only when you need to go back and start again an activity that has ended previously.
6666
6767
Lastly, the focus is to extract the activities present in the text and the relationships between them, such as anteriority, posteriority, concurrency, choice. Provide your output in text which follows the grammar.

0 commit comments

Comments
 (0)