Skip to content

Commit

Permalink
fix code alignment in example (#47514)
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Nov 14, 2022
1 parent 755775c commit 9b20aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/devdocs/boundscheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function sum(A::AbstractArray)
for i in 1:length(A)
@inbounds r += A[i]
end
return r
return r
end
```

Expand Down

0 comments on commit 9b20aca

Please sign in to comment.