Use teletype, not italics (#54)

This commit is contained in:
tomjaguarpaw 2021-06-19 08:06:42 +01:00 committed by GitHub
parent 1183bfbd29
commit 22deaf2e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ can be written as::
each myTableSchema
Note that we use ``>$<`` (from ``Data.Functor.Contravariant``) to select table
columns, and we can use `mconcat` to combine orderings.
columns, and we can use ``mconcat`` to combine orderings.
If all columns of a table have an ordering, you can also use ``ascTable`` and
``descTable``. For example::