]> Repositorios git - scryer-prolog.git/commitdiff
Fix typo in README
authorTobias Nießen <[email protected]>
Thu, 18 Feb 2021 14:41:18 +0000 (15:41 +0100)
committerGitHub <[email protected]>
Thu, 18 Feb 2021 14:41:18 +0000 (15:41 +0100)
README.md

index 95263dc800524825ec204af39c7c68b336b8fde6..0b6dc86e8ca0f947a3af6fdf4af026584014abf7 100644 (file)
--- 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(_, []).