Fix the most egregious error for an NZ based proj. (#5416)

The Bay of Plenty Rugby team is the Steamers, and play in the NPC (National Provincial Championship), hailing from the Te Ika a Maui (North Island).
The Canterbury Crusaders (note the alliteration) hail from Te Waipounamu (South Island), and are an entry in the Super Rugby championship, which is an international affair (also known as the Super12, Super15 & most recently Super18), in which the Bay of Plenty is (most unfortunately, depending on your disposition) drafted under the Waikato region's entry with The Chiefs. Being the most popular sport and widely announced news topic in the country means that even people that don't particuarly follow rugby know this, and simple trolls (whether intentional or not) cannot be allowed to slide past quality control; for those that do can get quite upset about this kind of thing. Plus international folk can't be getting the wrong idea; Everyone knows the internet is no place for misinformation!
This commit is contained in:
NightJar 2016-04-29 12:07:25 +12:00 committed by Ingo Schommer
parent b9e5a198e8
commit 89351e6c31

View File

@ -59,7 +59,7 @@ We can represent multiple instances of them in `YAML` as follows:
Origin: Wellington
crusaders:
Name: The Crusaders
Origin: Bay of Plenty
Origin: Canterbury
This `YAML` is broken up into three levels, signified by the indentation of each line. In the first level of
indentation, `Player` and `Team`, represent the class names of the objects we want to be created.
@ -107,7 +107,7 @@ We can also declare the relationships conversely. Another way we could write the
Players: =>Player.john
crusaders:
Name: Crusaders
Origin: Bay of Plenty
Origin: Canterbury
Players: =>Player.joe,=>Player.jack
The database is populated by instantiating `DataObject` objects and setting the fields declared in the `YAML`, then