Skip to content

Commit

Permalink
Merge pull request #460 from stepchowfun/case
Browse files Browse the repository at this point in the history
Change the case convention of a field for consistency
  • Loading branch information
stepchowfun authored Jan 20, 2024
2 parents 3b26125 + 14189ef commit e300e8b
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 @@ -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 {
Expand Down

0 comments on commit e300e8b

Please sign in to comment.