dionyziz / Automata

An editor for deterministic finite automata
http://automata.discrete.gr
51 stars 12 forks source link

Misused words "automata" and "automaton" in the code #43

Closed DmitryMyadzelets closed 9 years ago

DmitryMyadzelets commented 9 years ago

Since the tool is devoted to the Automata theory, the core terms may be better write in the correct form: Singular form: automaton (not automata). Plural form: automata (not automatons).

dionyziz commented 9 years ago

Where is this misspelled? On Dec 12, 2014 6:04 PM, "Dmitry Myadzelets" notifications@github.com wrote:

Since the tool is devoted to the Automata theory, the core terms may be better write in the correct form: Singular form: automaton (not automata). Plural form: automata (not automatons).

— Reply to this email directly or view it on GitHub https://github.com/dionyziz/Automata/issues/43.

DmitryMyadzelets commented 9 years ago

In the PR of vasspilka. I've picked a few:

backend/controllers.py

backend/models.py def automaton_item(id):

dionyziz commented 9 years ago

These comments should be made to the PR then :)

Thanks for bringing this up, I agree with you. I'll reference your issue from the PR.