Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.78k stars 431 forks source link

Fix typo "Map published the BattleNet" #14

Closed ImpulseCloud closed 7 years ago

ImpulseCloud commented 7 years ago

Fix typo "Map published the BattleNet" to "Map published to BattleNet" in the descriptive comment for field 'battlenet_map_name' of the RequestCreateGame message object, explaining that the map name has to match one already published to the Battle.net service.

Minor typo, but there's enough complexity in learning the AI API that even an ephemeral confusion would be unwanted.

Official wording uses "publish your maps [...] to the Battle.net service" http://us.battle.net/sc2/en/game/maps-and-mods/tutorials/publishing/

KevinCalderone commented 7 years ago

Thanks! Were there any parts of the documentation you thought should be expanded to make it more clear?