From f55891e2704f7b23897ce6f8fed3c10c1400884c Mon Sep 17 00:00:00 2001 From: Krishna Pal Deora <53469625+Krishnapal4050@users.noreply.github.com> Date: Thu, 1 Oct 2020 04:43:49 +0530 Subject: [PATCH] Update graph/hopcroft_karp.cpp Co-authored-by: David Leal --- graph/hopcroft_karp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph/hopcroft_karp.cpp b/graph/hopcroft_karp.cpp index 38bcef49f..1bb249ecc 100644 --- a/graph/hopcroft_karp.cpp +++ b/graph/hopcroft_karp.cpp @@ -127,7 +127,7 @@ int BGraph::hopcroftKarpAlgorithm() /** * Function documentation * @returns `true` if there is an augmenting path available - * @returns 'false' if there is no augmenting path available + * @returns `false` if there is no augmenting path available */ bool BGraph::bfs() {