odin-lang / odin-lang.org

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

More consistent comments in overview.md #153

Closed edibotopic closed 9 months ago

edibotopic commented 11 months ago

Code comments used single quotes, double quotes and back-ticks interchangeably to signify an in-line code block. Periods were infrequently used to terminate a comment.

These changes use back-ticks for all in-line code blocks and remove all terminating periods to improve consistency of the commenting style.

In addition, a few phrases were given slight rewrites to increase clarity or remove typos.

edibotopic commented 9 months ago

Closing due to inactivity.

Kelimion commented 9 months ago

Thanks. Don't know why this wasn't picked up before.