MailRuChamps / raic-2019

Russian AI Cup — artificial intelligence programming contest. Official website: http://russianaicup.ru
GNU General Public License v3.0
73 stars 45 forks source link

fixing typo #45

Closed dzkisialiou closed 4 years ago

dzkisialiou commented 4 years ago

This attribute is called 'type' in the docs

stulentsev commented 4 years ago

It's not a typo, though (I think). The parameter is matching the property name (which has reasons to be named typ). There's value in that.

dzkisialiou commented 4 years ago

It still doesn't match with documentation,

stulentsev commented 4 years ago

@dzkisialiou fair enough. FWIW, I think it's the documentation that needs to be fixed.

kuviman commented 4 years ago

This is due to autogeneration and type being keyword in some languages. You can change it in your code if you want.