Skip to content

Commit 9b20aca

Browse files
authored
fix code alignment in example (#47514)
1 parent 755775c commit 9b20aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/devdocs/boundscheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function sum(A::AbstractArray)
4747
for i in 1:length(A)
4848
@inbounds r += A[i]
4949
end
50-
return r
50+
return r
5151
end
5252
```
5353

0 commit comments

Comments
 (0)