isle: Fix grammar in README (#5184)

This commit is contained in:
Saúl Cabrera
2022-11-02 20:48:32 -04:00
committed by GitHub
parent 348f962d23
commit f6a8c81a47

View File

@@ -171,7 +171,7 @@ There are a few things to notice about this generated Rust code:
incrementally porting hand-written lowering code to ISLE. incrementally porting hand-written lowering code to ISLE.
* There is a helpful comment documenting where in the ISLE source code a rule * 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` * The code is parameterized by a type that implements a `Context`
trait. Implementing this trait is how you glue the generated code into your trait. Implementing this trait is how you glue the generated code into your