Fix dumb typo

This commit is contained in:
Diogo Cordeiro 2018-11-22 23:52:49 +00:00 committed by GitHub
parent 3b4e1c2b98
commit 0aafcc327f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
********************************************* *********************************************
*/ */
/* Import the Constraint Logic Programming over Finite Domains lybrary /* Import the Constraint Logic Programming over Finite Domains library
* Essentially, this library improves the way Prolog deals with integers, * Essentially, this library improves the way Prolog deals with integers,
* allowing more predicates to be reversible. * allowing more predicates to be reversible.
* For instance, number(N) is always false, which prevents the * For instance, number(N) is always false, which prevents the