aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml b/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml
index f8270ec..abcd9f6 100644
--- a/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml
+++ b/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml
@@ -15,8 +15,8 @@ kill
split again
while (each 500ms)
group loop {
-:allign beacon data as a ballot;
-:qualify ballot for specific vote;
+:allign beacon data as ballots;
+:qualify ballots for a vote;
:conclude vote result;
:act on vote result;
end group