summaryrefslogtreecommitdiffstats
path: root/fmt.go
diff options
context:
space:
mode:
Diffstat (limited to 'fmt.go')
-rw-r--r--fmt.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/fmt.go b/fmt.go
index 09d223e..1fdee92 100644
--- a/fmt.go
+++ b/fmt.go
@@ -1,5 +1,5 @@
-// This program wraps its input into short lines. It is based on fmt.awk from
-// "The Practice of Programming" by Brian Kernighan and Rob Pike (pp. 229).
+// This program wraps its input into short lines. It is based on fmt.awk from "The
+// Practice of Programming" by Brian Kernighan and Rob Pike (pp. 229).
package main
import (