From 48a42ae140538a92fe140927bcb3c20e10360dc1 Mon Sep 17 00:00:00 2001 From: Jason Hemann Date: Tue, 10 Dec 2024 20:56:44 -0500 Subject: [PATCH] s/performance characters/performance characteristics/ Small typo fix in docs. --- src/lib/tabling.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/tabling.pl b/src/lib/tabling.pl index e9008085..8ae3f312 100644 --- a/src/lib/tabling.pl +++ b/src/lib/tabling.pl @@ -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 -- 2.54.0