diff --git a/README.md b/README.md index b8c6e8b..6b355e6 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ Typed Worklist ============== -A Typed/Racket implementation of Kildall's worklist algorithm, with multiple worklists of different types. +A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types. \ No newline at end of file diff --git a/info.rkt b/info.rkt index f7223c5..53cdd1c 100644 --- a/info.rkt +++ b/info.rkt @@ -8,6 +8,6 @@ (define build-deps '("scribble-lib" "racket-doc")) (define scribblings '(("scribblings/typed-worklist.scrbl" () ("typed-racket")))) -(define pkg-desc "A Typed/Racket implementation of Kildall's worklist algorithm, with multiple worklists of different types.") +(define pkg-desc "A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.") (define version "0.1") (define pkg-authors '("Georges Dupéron"))