From a28563446f595a8b3486a640bb576cb68aeac713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 20 Apr 2017 20:48:01 +0200 Subject: [PATCH] Updated description --- README.md | 2 +- info.rkt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"))