Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMassot committed Sep 16, 2024
1 parent 085d404 commit 9daf81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIL/C09_Linear_Algebra/S04_Bases.lean
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ section matrices
-- Multiplying matrices
#eval !![1, 2; 3, 4] * !![3, 4; 5, 6] -- !![4, 6; 8, 10]

-- QUOTE.
/- TEXT:
It is important to understand that this use of ``#eval`` is interesting only for
exploration, it is not meant to replace a computer algebra system such as Sage.
Expand Down Expand Up @@ -86,7 +87,6 @@ Other familiar operations include the vector dot product,
EXAMPLES: -/
-- QUOTE:

-- QUOTE.
/-
TODO: make text for this section
Expand Down

0 comments on commit 9daf81b

Please sign in to comment.