WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 73df56a

Browse files
committed
Fixed a spelling error in CallActionActivation::doAction doc comment.
1 parent bbebaef commit 73df56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.modeldriven.fuml/src/main/java/fuml/semantics/actions/CallActionActivation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void doAction() {
111111
// If there are no streaming input parameters, then, once execution completes,
112112
// if the execution raised an exception, then propagate the exception.
113113
// Otherwise, copy the values of the output parameters of the call execution to
114-
// the result pins of the call action execution. In either canse, destroy the
114+
// the result pins of the call action execution. In either case, destroy the
115115
// execution.
116116
// If there are streaming input parameters, then leave the call execution object
117117
// in place to process any additional inputs that may be posted to the streaming

0 commit comments

Comments
 (0)