mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-14 13:56:13 +03:00
[ doc ] add missing backquote
This commit is contained in:
parent
1c396744d9
commit
c2718684d8
@ -93,7 +93,7 @@ totality = vcat $
|
||||
header "Totality" :: ""
|
||||
:: map (indent 2) [
|
||||
"""
|
||||
Definitions can be individually declared `total`, `covering`, or partial`.
|
||||
Definitions can be individually declared `total`, `covering`, or `partial`.
|
||||
It is also possible to set the default totality flag for definitions in a
|
||||
module by using the `%default` pragma.
|
||||
""", "",
|
||||
|
Loading…
Reference in New Issue
Block a user