Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit f3aaca1

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 00e7fb3 + 142c20b commit f3aaca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/Chapter_00.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ begin
7171
end
7272

7373
# ╔═╡ 975e15f4-122c-11eb-2a4d-ed836c7bade0
74-
md"##### Notice that in Pluto notebooks varables can only be defined once. This is needed in Pluto to make the `reactivity` work (e.g. when updating above slider setting). Bracketing above sequence of assignments with a `begin` and `end` is allowed."
74+
md"##### Notice that in Pluto notebooks variables can only be defined once. This is needed in Pluto to make the `reactivity` work (e.g. when updating above slider setting). Bracketing above sequence of assignments with a `begin` and `end` is allowed."
7575

7676
# ╔═╡ b1d6b4ac-dc20-11ea-3237-a515964f9176
7777
md"### Code 0.3"

notebooks/Chapter_04_part_2.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ md"### Code 4.39"
7676

7777
# ╔═╡ 3b0d7fe2-e606-440f-95be-9a27d32a168f
7878
let
79-
p = hline([0, 272]; ylims=(-100, 400), xlabel="weight", ylabel="hegiht")
79+
p = hline([0, 272]; ylims=(-100, 400), xlabel="weight", ylabel="height")
8080
title!(L"\beta \sim \mathcal{N}(\mu=0,\sigma=10)")
8181

8282
x_mean = mean(howell1_2.weight)

0 commit comments

Comments
 (0)