Skip to content

Commit

Permalink
Change the case convention of a field for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Jan 20, 2024
1 parent 3b26125 commit 14189ef
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 14189ef

Please sign in to comment.