Update examples/tutorial_en/tutorial_en.catala_en

Co-authored-by: Louis Gesbert <louis.gesbert@ocamlpro.com>
This commit is contained in:
armandsalek 2023-04-04 18:45:07 +02:00 committed by Denis Merigoux
parent 3623261490
commit f4f42e1297
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3

View File

@ -593,7 +593,7 @@ scope Test5:
else $0 # Insert some other modes of computation here
```
Here the `NewIncomeTaxComputationFixed with` syntax triggers a call of the scope
Here the `output of NewIncomeTaxComputationFixed with` syntax triggers a call of the scope
while setting its input variable `individual`; then the "dot" syntax is used to
recover its `income_tax` output field.