Skip to content

Commit 6aff0c5

Browse files
authored
Merge pull request #139 from mitmath/oct-18-2023-typos
2 parents 64f4104 + afe422c commit 6aff0c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
"""

src/climate_science/predicting_the_weather.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ As $\rho$ increases we see a sequence of bifurcations. Above a critical value, t
521521

522522
# ╔═╡ cc7ee950-6b86-4d43-8524-86254978bd1b
523523
md"""
524-
Deterministic chaos occurs when nearby initial conditions separate exponentially fast in state space. This has been given the name **butterly effect**: the perturbation to the atmosphere's state caused by a butterfly flapping its wings could end up being magnified to modify the direction in which a tornado moves.
524+
Deterministic chaos occurs when nearby initial conditions separate exponentially fast in state space. This has been given the name **butterfly effect**: the perturbation to the atmosphere's state caused by a butterfly flapping its wings could end up being magnified to modify the direction in which a tornado moves.
525525
526526
We can see this in a simple way by perturbing the initial condition slightly and calculating the distance between the two systems as a function of $t$:
527527
"""

0 commit comments

Comments
 (0)