We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125ba20 commit e98c184Copy full SHA for e98c184
txtar/archive.go
@@ -54,7 +54,7 @@ type File struct {
54
// It is assumed that the Archive data structure is well-formed:
55
// a.Comment and all a.File[i].Data contain no file marker lines,
56
// 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.
+// based on the line separator encountered in the comment section.
58
func Format(a *Archive) []byte {
59
firstSep, ok := lineEnd(a.Comment)
60
if !ok {
0 commit comments