AndyObtiva / glimmer-dsl-libui

Glimmer DSL for LibUI - Prerequisite-Free Ruby Desktop Development Cross-Platform Native GUI Library - The Quickest Way From Zero To GUI - If You Liked Shoes, You'll Love Glimmer! - No need to pre-install any prerequisites. Just install the gem and have platform-independent GUI that just works on Mac, Windows, and Linux.
MIT License
474 stars 15 forks source link

[Small typo in the main README] destorying font #13

Closed rubyFeedback closed 2 years ago

rubyFeedback commented 2 years ago

The following part:

"Automatically allocate font descriptors upon instantiating font_button controls and free them when destorying font_button controls"

should probably be

"Automatically allocate font descriptors upon instantiating font_button controls and free them when destroying font_button controls"

I think destorying is a typo.

AndyObtiva commented 2 years ago

This has been noted and fixed!

Thank you for reporting and cheers!