From 14189ef16749c924c3f4393230ead9ba12610e75 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Fri, 19 Jan 2024 18:18:21 -0800 Subject: [PATCH] Change the case convention of a field for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {