]> Repositorios git - scryer-prolog.git/commitdiff
s/performance characters/performance characteristics/
authorJason Hemann <[email protected]>
Wed, 11 Dec 2024 01:56:44 +0000 (20:56 -0500)
committerGitHub <[email protected]>
Wed, 11 Dec 2024 01:56:44 +0000 (20:56 -0500)
Small typo fix in docs.

src/lib/tabling.pl

index e90080856b15ff2afdc07c925a8c1372afe98c60..8ae3f312d9827e0ad05b3c6ff8a61f686cbe18f6 100644 (file)
@@ -1,7 +1,7 @@
 /** Tabling, also called SLG resolution.
 
     SLG resolution is an alternative execution strategy that sometimes
-    helps to improve termination and performance characters of Prolog
+    helps to improve termination and performance characteristics of Prolog
     predicates.
 
     To enable this execution strategy for a Prolog predicate, add a