Use backticks when referencing predicate in docs.
Trivial change but this prevents the HTML output from being erroneously italicized.
This commit is contained in:
@@ -458,7 +458,7 @@ replacements of these low-level arithmetic predicates, often yielding
|
|||||||
more general programs. See [`n_factorial/2`](#clpz-factorial) for an
|
more general programs. See [`n_factorial/2`](#clpz-factorial) for an
|
||||||
example.
|
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
|
constraints at compilation time so that low-level arithmetic
|
||||||
predicates are _automatically_ used whenever possible. For example,
|
predicates are _automatically_ used whenever possible. For example,
|
||||||
the predicate:
|
the predicate:
|
||||||
|
|||||||
Reference in New Issue
Block a user