diff --git a/README.md b/README.md index 6dfc0090..1bc88b89 100644 --- a/README.md +++ b/README.md @@ -495,7 +495,7 @@ Each code generator produces a single self-contained source file regardless of t ```perl struct Square { - sideLength: F64 = 0 + side_length: F64 = 0 } struct Rectangle {