Skip to content

Commit bbfbaf7

Browse files
committed
README.md: Fix malformatted hyperlink.
1 parent 0bb074b commit bbfbaf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ The PROLOG programming language can be used to prove seemingly arbitrary stateme
120120
world applications, but it's not mathematically pure. `FirstOrderLogic.jl` uses a direct
121121
mathematical syntax for expressing formulas.
122122
* Expressive power: PROLOG works on a limited set of all valid formulas in first-order logic, namely
123-
only formulas that can be expressed as a conjunction of [horn clauses]
124-
(https://en.wikipedia.org/wiki/Horn_clause). This is sufficient for many real world applications,
123+
only formulas that can be expressed as a conjunction of [horn clauses](https://en.wikipedia.org/wiki/Horn_clause). This is sufficient for many real world applications,
125124
but it's not mathematically complete. PROLOG thereby trades completeness for computation time.
126125
`FirstOrderLogic.jl` does not make that trade. It is slow, but complete.
127126

0 commit comments

Comments
 (0)