[ doc ] add missing backquote

This commit is contained in:
Sage Hane 2022-03-07 21:12:36 +09:00 committed by G. Allais
parent 1c396744d9
commit c2718684d8

View File

@ -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.
""", "",