dry-rb / dry-inflector

Inflector for Ruby
https://dry-rb.org/gems/dry-inflector
MIT License
95 stars 15 forks source link

Demonstrate partially-lower-case acronyms in docs #31

Closed tomdalling closed 4 years ago

tomdalling commented 4 years ago

It's not immediately obvious that acronyms containing lower-case characters, like "OpenGL", are handled correctly.

This updates the example in the documentation to use a normal acronym, and a partially lower-case one.