Fix span of teletype section (#53)

This commit is contained in:
tomjaguarpaw 2021-06-18 21:56:48 +01:00 committed by GitHub
parent 71f5ee60e4
commit 1183bfbd29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ To execute this ``Query``, we pass it to ``select``::
>>> :t select c (each projectSchema)
select c (each projectSchema) :: MonadIO m => m [Project Result]
When we ``select`` things containing ``Expr``s, Rel8 builds a new response
When we ``select`` things containing ``Expr``\s, Rel8 builds a new response
table with the ``Result`` interpretation. This means you'll get back plain
Haskell values. Studying ``projectAuthorId`` again, we have::