From 13c8ad2093dea886dbdd7b55bd42cb8aa48f629e Mon Sep 17 00:00:00 2001 From: Filip Tronarp Date: Tue, 23 May 2023 23:40:01 +0200 Subject: [PATCH] fix typo in readme README.md ? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34ece75d..dd7b9159 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ all of Base and the standard libraries correctly and most of the General registry. There's still a few known incompatibilities in the Base tests. The tree data structures are usable but their APIs will evolve as we try out -various use cases. Converting to `Expr` is always be possible and will be +various use cases. Converting to `Expr` is always possible and will be stable if that helps for your use case. A talk from JuliaCon 2022 covered some aspects of this package.