Skip to content

Commit 83c3a45

Browse files
authored
Update docs/src/tutorials/attractors.md
1 parent b864c4b commit 83c3a45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/tutorials/attractors.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ fig
130130

131131
## Basins of attraction
132132

133-
Estimating the basins of attraction of these attractor is a matter of a couple lines of code. First we define the state space are to estimate the basins for. Here we can re-use the `grid` we defined above. Then we only have to call
133+
Estimating the basins of attraction of these attractors is a matter of a couple lines of code.
134+
First we define the state space are to estimate the basins for.
135+
Here we can re-use the `grid` we defined above. Then we only have to call
134136

135137
```julia
136138
basins = basins_of_attraction(mapper, grid)

0 commit comments

Comments
 (0)