Skip to content

Commit 875789d

Browse files
Merge pull request #102 from Uriegas/patch-1
Fix typo in hw3.jl
2 parents b36786a + b41ecd5 commit 875789d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/week3/hw3.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ else
11621162
if output isa Missing
11631163
still_missing()
11641164
elseif !(output isa Number)
1165-
keep_working(md"Make sure that `matrix_distance` returns a nunmber.")
1165+
keep_working(md"Make sure that `matrix_distance` returns a number.")
11661166
elseif output == 0.0
11671167
keep_working(md"Two different matrices should have non-zero distance.")
11681168
else

0 commit comments

Comments
 (0)