From: Tobias Nießen Date: Thu, 18 Feb 2021 14:41:18 +0000 (+0100) Subject: Fix typo in README X-Git-Tag: v0.9.0~151^2~1 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=f4a765c5edafcb27923ffdfe07c35fa254b9411f;p=scryer-prolog.git Fix typo in README --- diff --git a/README.md b/README.md index 95263dc8..0b6dc86e 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ indexing for meta-predicates such as `maplist/N` and `foldl/N`, whose first argument is a partial goal that is a variable in the definition of these predicates and therefore cannot be used for indexing. -For example, a natural definiton of `maplist/2` reads: +For example, a natural definition of `maplist/2` reads: ``` maplist(_, []).