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