From f6a8c81a4770f54dc9983bfb2ba2e8e9ba48a3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Cabrera?= Date: Wed, 2 Nov 2022 20:48:32 -0400 Subject: [PATCH] isle: Fix grammar in README (#5184) --- cranelift/isle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/isle/README.md b/cranelift/isle/README.md index dc4c80c79b..d20b2b66ee 100644 --- a/cranelift/isle/README.md +++ b/cranelift/isle/README.md @@ -171,7 +171,7 @@ There are a few things to notice about this generated Rust code: incrementally porting hand-written lowering code to ISLE. * There is a helpful comment documenting where in the ISLE source code a rule - was defined. The goal is to ISLE more transparent and less magical. + was defined. The goal is to make ISLE more transparent and less magical. * The code is parameterized by a type that implements a `Context` trait. Implementing this trait is how you glue the generated code into your