Skip to content

Commit 0ac6aa4

Browse files
committed
Merge branch 'pr/116' into Spring21
2 parents f4f12b8 + d2c1940 commit 0ac6aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/week11/odes_and_parameterized_types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ end
570570
md"""
571571
However, it turns out that we then lose efficiency (speed).
572572
573-
What we would need is two different types: one in which we specify the type of `times` as `Vector{Float64}`, and the other as `Vector{Vector{Float64}}`.
573+
What we would need is two different types: one in which we specify the type of `values` as `Vector{Float64}`, and the other as `Vector{Vector{Float64}}`.
574574
575575
Julia provides a mechanism to define *both at once*: this is what parameterized types do!
576576
"""

0 commit comments

Comments
 (0)