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