Skip to content

Commit 68f31d7

Browse files
committed
docs: removed strict and adjusted doctest
1 parent 2804ed3 commit 68f31d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ makedocs(;
1111
canonical = "https://JuliaSIMD.github.io/VectorizationBase.jl"
1212
),
1313
pages = ["Home" => "index.md"],
14-
strict = false
1514
)
1615

1716
deploydocs(; repo = "github.com/JuliaSIMD/VectorizationBase.jl")

src/VectorizationBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ julia> rgbs = [
181181
B = Float32(i + 200) / 255
182182
) for i = 0:7:49
183183
]
184-
8-element Vector{NamedTuple{(:R, :G, :B), Tuple{Float32, Float32, Float32}}}:
184+
8-element Vector{@NamedTuple{R::Float32, G::Float32, B::Float32}}:
185185
(R = 0.0, G = 0.39215687, B = 0.78431374)
186186
(R = 0.02745098, G = 0.41960785, B = 0.8117647)
187187
(R = 0.05490196, G = 0.44705883, B = 0.8392157)

0 commit comments

Comments
 (0)