Skip to content

Commit 166cecc

Browse files
authored
Update README.md
1 parent f7aff20 commit 166cecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ run(sim, datetime+Month(3))
7474
run(sim, 10)
7575
```
7676
- using a novel finite-statemachine approach:
77-
```
77+
```julia
7878
@resumable function fibonnaci(sim::Simulation)
7979
a = 0.0
8080
b = 1.0

0 commit comments

Comments
 (0)