Skip to content

Commit 5404e37

Browse files
authored
Some small typos (#500)
1 parent 4316c04 commit 5404e37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/src/iterate.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Knot Iteration
22

3-
Given an `AbstractInterpolation` `itp` get an iterator over it's knots using
3+
Given an `AbstractInterpolation` `itp` get an iterator over its knots using
44
`knots(itp)`
55

66
```julia
@@ -40,8 +40,7 @@ julia> size(kiter)
4040

4141
## Extrapolated Knots
4242

43-
Given an `AbstractExtrapolation` `etp`, `knots(etp)` will also iterate over the
44-
the knots with the following behavior.
43+
Given an `AbstractExtrapolation` `etp`, `knots(etp)` will also iterate over the knots with the following behavior.
4544

4645
- For `Throw`, `Flat`, `Line` iterate the knots once
4746
- For `Periodic` and `Reflect` generate an infinite sequence of knots starting
@@ -151,7 +150,7 @@ julia> knots(etp) |> collect
151150
152151
```
153152

154-
Because some boundary conditions generate an infinite sequences of knots,
153+
Because some boundary conditions generate an infinite sequence of knots,
155154
iteration over knots can end up "stuck" iterating along a single axis:
156155

157156
```jldoctest; setup = :(using Interpolations)

0 commit comments

Comments
 (0)