Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Sep 18, 2024
1 parent bcb3557 commit 84e2b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ This will enable the special codec that is responsible for extracting the OCL ex
By default, the `normal` dummy compiler is ued.
You can change the compiler you want for a whole file by postfixing the codec name with `.<mode>`:
* `# coding: magic_ocl.strict` to enable the strict mode,
* `# coding: magic_ocl` or `# coding: magic_ocl` to enable the normal mode.
* `# coding: magic_ocl` or `# coding: magic_ocl.normal` to enable the normal mode.

Here is a simple example using a Python dataclass, defining some operations on the dataclass:

Expand Down

0 comments on commit 84e2b2d

Please sign in to comment.