Skip to content

Commit dbaa26e

Browse files
authored
Update introduction.rst
1 parent eb2567b commit dbaa26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ In the next step, we declare the protocol by means of the Reo file called ``main
212212
import reo.fifo1;
213213
214214
// The main component
215-
main(a,b,c) { red(a) green(b) blue(c) alternator(a,b,c) }
215+
main(a,b,c) { green(a) red(b) blue(c) alternator(a,b,c) }
216216
217217
// The atomic components
218218
red(a!String) { Java: "Processes.Red" }

0 commit comments

Comments
 (0)