diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2bf7cf85c..339c19b73 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,7 +78,7 @@ to be reapplied for each new version of the compiler. #### `/src/kernel` The backbone of merlin. Contains configuration utilities and pipeline -management. The pipeline describe the compilation workflow: parsing, ppxing and +management. The pipeline describes the compilation workflow: parsing, ppxing and typing. #### `/src/frontend/query_protocol.ml`