]> Repositorios git - scryer-prolog.git/commitdiff
Update README.md
authorMatteo Redaelli <[email protected]>
Tue, 25 Aug 2020 15:19:45 +0000 (17:19 +0200)
committerGitHub <[email protected]>
Tue, 25 Aug 2020 15:19:45 +0000 (17:19 +0200)
wrong link to source file dcgs.pl

README.md

index 1ce4b8295e7dfb2d09ee75dce973be454632ec25..12a4874f95b857baf3e7140e60261b7266afbded 100644 (file)
--- a/README.md
+++ b/README.md
@@ -272,7 +272,7 @@ the exact same internal representation, and has the advantage that
 only the standard predicate&nbsp;`(=)/2` is used.
 
 Definite clause grammars as provided by
-[`library(dcgs)`](src/lib/lists.pl), and the predicates from
+[`library(dcgs)`](src/lib/dcgs.pl), and the predicates from
 [`library(lists)`](src/lib/lists.pl), are ideally suited for reasoning
 about strings.