diff --git a/scrbl/keystore.scrbl b/scrbl/keystore.scrbl index 8164c68..c26d16f 100644 --- a/scrbl/keystore.scrbl +++ b/scrbl/keystore.scrbl @@ -84,7 +84,7 @@ Returns all keys whose string form matches @racket[pattern]. @defproc[(ks-key-values-glob [ks keystore?] [pattern string?]) (listof (cons/c any/c any/c))]{ -Returns key–value pairs whose keys match @racket[pattern]. +Returns key-value pairs whose keys match @racket[pattern]. } @section{Raw Access}