Skip to content

Commit 0b9ee8e

Browse files
authored
Merge pull request #1 from RobertBlumen/spelling-error-readme
Update README.md
2 parents 30d4d54 + f44228f commit 0b9ee8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ local myCat = protoCat + {
304304
}
305305
```
306306
307-
This pattern is very convenient for implementing arbitrary transformers on data strutcures, but it should be used with caution because it makes it hard to reason about how code within the parent class is executing and what fields are provided on "myCat".
307+
This pattern is very convenient for implementing arbitrary transformers on data structures, but it should be used with caution because it makes it hard to reason about how code within the parent class is executing and what fields are provided on "myCat".
308308
309309
This becomes especially confusing if you have multiple layers of such additions, or helper functions with transform properties within the input. In the rare cases that parameters are determined at various points within the code, prefer to make helper functions with construct and mutate parameter lists, which are ultimately passed to an Animal object.
310310

0 commit comments

Comments
 (0)