Skip to content

Commit

Permalink
Fix typo in the Description
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Myreen authored and mn200 committed Apr 24, 2024
1 parent 112b2b6 commit 2d798ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Manual/Description/libraries.stex
Original file line number Diff line number Diff line change
Expand Up @@ -1933,9 +1933,9 @@ The following example is taken from the \ml{cv\_computeLib} examples, available
one
(cv_mul n (fact (cv_sub n one)))
Termination
WF_REL_TAC `measure cv_size_alt` >>
WF_REL_TAC `measure cv_size` >>
Cases >>
simp [cv_size_alt_def, CaseEq "bool", c2b_def]
simp [cv_size_def, CaseEq "bool", c2b_def]
End

##linelen_limit 75
Expand Down

0 comments on commit 2d798ae

Please sign in to comment.