Skip to content

Commit 501f310

Browse files
Merge pull request #788 from hersle/patch-1
Correct typo
2 parents 7db90c8 + cb3e660 commit 501f310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ derivative at each timestep `du` or the spatial discretization `x`, `y`, etc.
2020

2121
!!! note
2222

23-
In 2023 the linear indexing `sol[i]`` was deprecated. It previously had the behavior that
23+
In 2023 the linear indexing `sol[i]` was deprecated. It previously had the behavior that
2424
`sol[i] = sol.u[i]`. However, this is incompatible with standard `AbstractArray` interfaces,
2525
Since if `A = VectorOfArray([[1,2],[3,4]])` and `A` is supposed to act like `[1 3; 2 4]`,
2626
then there is a difference `A[1] = [1,2]` for the VectorOfArray while `A[1] = 1` for the

0 commit comments

Comments
 (0)