rom-rb / rom-factory

Data generator with support for persistence backends
MIT License
83 stars 42 forks source link

Fix typo in the method name #77

Closed swilgosz closed 1 year ago

swilgosz commented 1 year ago

Background

There was a typo in the builder_struct_namespace method (sturct instead of struct). This PR fixes that.

Why it's needed?

While this has no impact on the actual gem's behavior, it makes it easier to overlook this method during navigating the code