From 77256cd1b708937687774a68ddb6906ab4e2c442 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Wed, 1 May 2019 16:27:29 +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 615906d..19423be 100644 --- a/Showing-the-pairings-of-a-specific-round.md +++ b/Showing-the-pairings-of-a-specific-round.md @@ -13,7 +13,7 @@ require_once('vendor/autoload.php'); use JeroenED\Libpairtwo\Sws; use JeroenED\Libpairtwo\Enums\Result; -$sws = Sws::readSws('mycompetition.sws); +$sws = Sws::readSws('mycompetition.sws'); $tournament = $sws->getTournament(); $pairings = $tournament->getRoundByNo($_GET['round'])->getPairings(); foreach($pairings as $pairing) {