correct DocLog ~/.scryerrc rendering

This commit is contained in:
Markus Triska
2023-02-01 23:26:52 +01:00
parent ce56a7303e
commit da4c0a359b

View File

@@ -416,7 +416,7 @@ The [_arithmetic constraints_](#clpz-arith-constraints) `(#=)/2`,
`(#>)/2` etc. are meant to be used _instead_ of the primitives `(#>)/2` etc. are meant to be used _instead_ of the primitives
`(is)/2`, `(=:=)/2`, `(>)/2` etc. over integers. Almost all Prolog `(is)/2`, `(=:=)/2`, `(>)/2` etc. over integers. Almost all Prolog
programs also reason about integers. Therefore, it is recommended that programs also reason about integers. Therefore, it is recommended that
you put the following directive in your =|~/.scryerrc|= initialisation you put the following directive in your `~/.scryerrc` initialisation
file to make CLP() constraints available in all your programs: file to make CLP() constraints available in all your programs:
``` ```