Skip to content

Commit

Permalink
Remove leading empty line in example
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 27, 2024
1 parent 26f5c4f commit c3b5cd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/guide/models/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ julia> Flux.withgradient(g, nt)
Consider a simple linear regression, which tries to predict an output array `y` from an input `x`.

```julia

predict(W, b, x) = W*x .+ b

function loss(W, b, x, y)
Expand Down

0 comments on commit c3b5cd0

Please sign in to comment.