Skip to content

Commit 1a21cbe

Browse files
Fix grammatical error in sparse.jl (#21)
1 parent 834f23a commit 1a21cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lectures/sparse.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ So we can do
588588
* ``a_{43} \gets (h_\text{red})_4`` then ``(h_\text{blue})_3 \gets (h_\text{blue})_3 - a_{43}``
589589
* ``a_{52} \gets (h_\text{blue})_5`` then ``(h_\text{red})_2 \gets (h_\text{red})_2 - a_{52}``
590590
591-
Then, we can remove these leaves and edges. Doing so, some their parent in the tree becomes leaves and we can apply the same procedure recursively. So we get
591+
Then, we can remove these leaves and edges. Doing so, some of their parents in the tree become leaves and we can apply the same procedure recursively. So we get
592592
* ``a_{12} \gets (h_\text{blue})_5`` then ``(h_\text{red})_2 \gets (h_\text{red})_2 - a_{12}``
593593
* ``a_{32} \gets (h_\text{blue})_5`` then ``(h_\text{red})_2 \gets (h_\text{red})_2 - a_{32}``
594594
""",

0 commit comments

Comments
 (0)