From d0b38d10864682760d466152faf71cb33b5684f0 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Sun, 16 Jun 2019 20:48:03 +0200 Subject: [PATCH] Updated a.2 Showing the pairings of a specific round (markdown) --- a.2-Showing-the-pairings-of-a-specific-round.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a.2-Showing-the-pairings-of-a-specific-round.md b/a.2-Showing-the-pairings-of-a-specific-round.md index bb679fb..a4a85b9 100644 --- a/a.2-Showing-the-pairings-of-a-specific-round.md +++ b/a.2-Showing-the-pairings-of-a-specific-round.md @@ -1,6 +1,6 @@ To get pairings of a specific round you can use the `Round::getPairings()` method. -First, import your sws-file using the `Sws::readSws()` method. Using the `Tournament::getRoundByNo()` method you can get a specific round. `Tournament::getRoundByNo()` takes 1 integer parameter that defines the round no. The very first round has number 0. +First, import your sws-file using the `ReaderInterface::read()` method. Using the `Tournament::getRoundByNo()` method you can get a specific round. `Tournament::getRoundByNo()` takes 1 integer parameter that defines the round no. The very first round has number 0. **TODO: change first round no to 1**