From 79cdb84510c2f1dd13c49777b058bfa8334ab6d6 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Fri, 27 Sep 2019 19:39:25 +0200 Subject: [PATCH] Updated d. Converting your code to the generalized format (markdown) --- d.-Converting-your-code-to-the-generalized-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d.-Converting-your-code-to-the-generalized-format.md b/d.-Converting-your-code-to-the-generalized-format.md index 8adc028..c12df4a 100644 --- a/d.-Converting-your-code-to-the-generalized-format.md +++ b/d.-Converting-your-code-to-the-generalized-format.md @@ -22,7 +22,7 @@ $sws = $reader->read(''); ## Getting a ranking `Master` With the generalization, work has been put in fixing the tiebreaks. This also includes that the `Tournament::GetRanking()` method has changed. Most important is that it does not have a parameter for american sort anymore. -When you try to get a ranking and want to display a certain tiebreak, all you need to do is to call the `Player::GetTiebreaks()` function. This will return an array of applied tiebreaks. Every tiebreak which was set as tiebreak to the tournament gets calculated. This means that if a tiebreak was not needed anymore of the calculation of the ranking, it does not get calculated anymore. +When you try to get a ranking and want to display a certain tiebreak, all you need to do is to call the `Player::GetTiebreaks()` function. This will return an array of applied tiebreaks. Every tiebreak which was set as tiebreak to the tournament gets calculated. This means that if a tiebreak was not needed anymore of the calculation of the ranking, it still gets calculated. ## Changed getters and setters `Master` ### Getters