From 945047041075cdcfac43a6c03e7d870e4077dfda Mon Sep 17 00:00:00 2001 From: CodeLingo Bot Date: Wed, 26 Feb 2020 22:30:05 +1300 Subject: [PATCH] Code fix from CodeLingo --- diffparser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffparser.go b/diffparser.go index 385648c..0ce4a2c 100644 --- a/diffparser.go +++ b/diffparser.go @@ -23,7 +23,7 @@ const ( NEW ) -// DiffRange contains the DiffLine's +// DiffRange contains the DiffLine's range type DiffRange struct { // starting line number