fix(doc/lua): typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
bab430af43
commit
a522398194
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ apply basic simplifications automatically. However, they do not put
|
||||||
the level expressions in any normal form. We can use the method
|
the level expressions in any normal form. We can use the method
|
||||||
`normalize` for that. The normalization procedure is also use to
|
`normalize` for that. The normalization procedure is also use to
|
||||||
implement the method `is_equivalent` that returns true when two level
|
implement the method `is_equivalent` that returns true when two level
|
||||||
expressions are equivalent. The Lua API also contains the methdo
|
expressions are equivalent. The Lua API also contains the method
|
||||||
`is_geq` that can be used to check whether a level expression
|
`is_geq` that can be used to check whether a level expression
|
||||||
represents a universe bigger than or equal another one.
|
represents a universe bigger than or equal another one.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue