Skip to content

Commit 6c7f991

Browse files
authored
Merge pull request statecharts#46 from falldowngoboone/patch-1
Remove unneeded text
2 parents 3f48d5e + 47cccc4 commit 6c7f991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fizzbuzz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ For i = 1; i < 100; i++ {
9595

9696
Actions are things that happen instantaneously. The statechart will tell us what to do, and we will blindly do what it tells us to do.
9797

98-
We can also model the printing of some text to be a long running process, perhaps setting the text of a <div> (and subsequently removing the text when the activity is supposed to stop) the text.
98+
We can also model the printing of some text to be a long running process, perhaps setting the text of a <div> (and subsequently removing the text when the activity is supposed to stop).
9999

100100
```
101101
// alternative, using activities

0 commit comments

Comments
 (0)