From 678c876f5d34c38fb515d930b87b4ae11742eecc Mon Sep 17 00:00:00 2001 From: Krishna Pal Deora <53469625+Krishnapal4050@users.noreply.github.com> Date: Thu, 1 Oct 2020 04:43:19 +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 7cf2cf679..38bcef49f 100644 --- a/graph/hopcroft_karp.cpp +++ b/graph/hopcroft_karp.cpp @@ -126,7 +126,7 @@ int BGraph::hopcroftKarpAlgorithm() /** * Function documentation - * @returns 'true' if there is an augmenting path available + * @returns `true` if there is an augmenting path available * @returns 'false' if there is no augmenting path available */ bool BGraph::bfs()