Skip to content

Commit 7772e80

Browse files
braamvandykdpsanders
authored andcommitted
Update make.jl (#239)
Fixed typo - "Constructing interals" to "Constructing intervals"
1 parent 4862617 commit 7772e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ makedocs(
77
pages = [
88
"Package" => "index.md",
99
"Interval Arithmetic" => "intro.md",
10-
"Constructing interals" => "construction.md",
10+
"Constructing intervals" => "construction.md",
1111
"Basic usage" => "usage.md",
1212
"Decorations" => "decorations.md",
1313
"Multi-dimensional boxes" => "multidim.md",

0 commit comments

Comments
 (0)