From 3f36a01bae63d01063fb61a8399a557dedc53a62 Mon Sep 17 00:00:00 2001 From: zenon Date: Sun, 27 May 2018 17:20:52 +0200 Subject: [PATCH] Grammar error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bf994c..ff9a903 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # @date 2018-05-21 # # # # Feedback Arc Set: An algorithm which removes cycles in a directed # -# graph by removing the least edges possible. # +# graph by removing the least amount of edges possible. # #--------------------------------------------------------------------# CC = gcc