From f269ae391910742788ac0d6626df1e221281f191 Mon Sep 17 00:00:00 2001 From: Antti Laaksonen Date: Mon, 30 Sep 2019 00:26:38 +0300 Subject: [PATCH] Fix typo --- chapter12.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter12.tex b/chapter12.tex index eb9a0e3..fec597c 100644 --- a/chapter12.tex +++ b/chapter12.tex @@ -530,7 +530,7 @@ proceeds as follows: \path[draw=red,thick,->,line width=2pt] (5) -- (2); \end{tikzpicture} \end{center} -We notice that the color or both nodes 2 and 5 +We notice that the color of both nodes 2 and 5 is red, while they are adjacent nodes in the graph. Thus, the graph is not bipartite.