Skip to content

Commit

Permalink
Update lab.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pevnak authored Dec 18, 2024
1 parent 2e8572c commit 7addfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/lecture_11/lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Let's now explore what the we can do with this array programming paradigm on som
julia> cimg;
```

!!! details "Summary"
!!! details "Solution"
```julia
negative(i) = 1.0f0 .- i
darken(i) = i .* 0.5f0
Expand Down

0 comments on commit 7addfaa

Please sign in to comment.