]> Repositorios git - scryer-prolog.git/commitdiff
Use backticks when referencing predicate in docs.
authorAman Verma <[email protected]>
Thu, 27 Mar 2025 23:49:03 +0000 (18:49 -0500)
committerAman Verma <[email protected]>
Thu, 27 Mar 2025 23:56:38 +0000 (18:56 -0500)
Trivial change but this prevents the HTML output from being erroneously italicized.

src/lib/clpz.pl

index 6834a379627816afd7cb4709a38a9c6cc22fd85c..b14546bc19dd3197b2e3022e61160a9667d7fca9 100644 (file)
@@ -458,7 +458,7 @@ replacements of these low-level arithmetic predicates, often yielding
 more general programs. See [`n_factorial/2`](#clpz-factorial) for an
 example.
 
-This library uses goal_expansion/2 to automatically rewrite
+This library uses `goal_expansion/2` to automatically rewrite
 constraints at compilation time so that low-level arithmetic
 predicates are _automatically_ used whenever possible. For example,
 the predicate: