Skip to content

Commit

Permalink
Update introduction.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
k4r4c authored Nov 12, 2017
1 parent eb2567b commit dbaa26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ In the next step, we declare the protocol by means of the Reo file called ``main
import reo.fifo1;
// The main component
main(a,b,c) { red(a) green(b) blue(c) alternator(a,b,c) }
main(a,b,c) { green(a) red(b) blue(c) alternator(a,b,c) }
// The atomic components
red(a!String) { Java: "Processes.Red" }
Expand Down

0 comments on commit dbaa26e

Please sign in to comment.