From 0a768ecae2e54b5014e038cdb35068d0b5c66582 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Wed, 1 May 2019 15:26:05 +0200 Subject: [PATCH] Updated Showing the pairings of a specific round (markdown) --- Showing-the-pairings-of-a-specific-round.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Showing-the-pairings-of-a-specific-round.md b/Showing-the-pairings-of-a-specific-round.md index c07fd8d..9cec625 100644 --- a/Showing-the-pairings-of-a-specific-round.md +++ b/Showing-the-pairings-of-a-specific-round.md @@ -6,7 +6,7 @@ First, import your sws-file using the `Sws::readSws()` method. Using the `Tourna **TODO: change first round no to 1** -When you have the round object you can the `Round::GetPairings()' method to get the pairings for the round. This method returns an Array of `Pairing` objects making it easy to iterate over itusing foreach. +When you have the round object you can the `Round::GetPairings()` method to get the pairings for the round. This method returns an Array of `Pairing` objects making it easy to iterate over itusing foreach. ## Example ````php