odin-lang / odin-lang.org

http://odin-lang.org
22 stars 81 forks source link

Spelling mistake in Overview.... #166

Closed ghost closed 6 months ago

ghost commented 7 months ago

Trivial item, but why not fix it next time you are under the hood : )

In this section: https://odin-lang.org/docs/overview/#maps

Change the line (However is spelled wrong):

Modifying existing map slots needs to be done in two steps. Hovewer assigning to a struct field is prohibited.

to this line:


Modifying existing map slots needs to be done in two steps. However, assigning to a struct field is prohibited.