Skip to content

Commit d33f297

Browse files
authored
Merge pull request #257 from guanqun/typo-fix
fix the paper name
2 parents da737dc + dd23ddf commit d33f297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-engine/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! This algorithm is very closed based on the description found in the
88
//! following paper, which I will refer to in the comments as EWFS:
99
//!
10-
//! > Efficient Top-Down Computation of Queries Under the Well-formed Semantics
10+
//! > Efficient Top-Down Computation of Queries Under the Well-founded Semantics
1111
//! > (Chen, Swift, and Warren; Journal of Logic Programming '95)
1212
//!
1313
//! However, to understand that paper, I would recommend first

0 commit comments

Comments
 (0)