Skip to content

Commit afe422c

Browse files
authored
Update odes_and_parameterized_types.jl
1 parent 2d4c586 commit afe422c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/climate_science/odes_and_parameterized_types.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ end
391391
md"""
392392
The definition of the function makes it callable.
393393
394-
This says that "the way to call an object called `soln`, of type `EulerOutput`, is the following:". Note that inside the function you will need too access the `times` and `values` from *inside* the `soln` object, using `soln.times` and `soln.values`.
394+
This says that "the way to call an object called `soln`, of type `EulerOutput`, is the following:". Note that inside the function you will need to access the `times` and `values` from *inside* the `soln` object, using `soln.times` and `soln.values`.
395395
396396
Note that at the time of writing, Pluto requires that you put this call definition in the same cell as the type definition.
397397
"""

0 commit comments

Comments
 (0)