Skip to content

Commit e98c184

Browse files
committed
* fixed a comment
1 parent 125ba20 commit e98c184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

txtar/archive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type File struct {
5454
// It is assumed that the Archive data structure is well-formed:
5555
// a.Comment and all a.File[i].Data contain no file marker lines,
5656
// and all a.File[i].Name is non-empty. Format uses line separators
57-
// based on the first line separator encountered in the comment section.
57+
// based on the line separator encountered in the comment section.
5858
func Format(a *Archive) []byte {
5959
firstSep, ok := lineEnd(a.Comment)
6060
if !ok {

0 commit comments

Comments
 (0)