Skip to content

Commit dd23ddf

Browse files
author
Guanqun Lu
committed
fix the paper name
1 parent 13303bb commit dd23ddf

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)