Skip to content

Commit 61f0652

Browse files
committedSep 22, 2022
fix minor typo, hadn't updated comment after switching from classic to unified diff output
1 parent 8cadb4d commit 61f0652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎table.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ do
140140
141141
# match lines of the diff with actual strings
142142
if(/^[-+]/) {
143-
# remove first two characters from string (diff prefixes each line eg. "> ")
143+
# remove first character from string (unified diff prefixes each line with + or -)
144144
substr($_,0,1)="";
145145
146146
# find the first matching pattern, using length then chars, and determine code point

0 commit comments

Comments
 (0)
Please sign in to comment.