Skip to content

Commit 7addfaa

Browse files
authored
Update lab.md
1 parent 2e8572c commit 7addfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/lecture_11/lab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Let's now explore what the we can do with this array programming paradigm on som
150150
julia> cimg;
151151
```
152152

153-
!!! details "Summary"
153+
!!! details "Solution"
154154
```julia
155155
negative(i) = 1.0f0 .- i
156156
darken(i) = i .* 0.5f0

0 commit comments

Comments
 (0)