summary refs log tree commit diff
path: root/doc/pass-stdin.scm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pass-stdin.scm')
-rw-r--r--doc/pass-stdin.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pass-stdin.scm b/doc/pass-stdin.scm
index 3bdc70b..af125ba 100644
--- a/doc/pass-stdin.scm
+++ b/doc/pass-stdin.scm
@@ -1,5 +1,5 @@
 (define count-bytes
-  (command #:inputs (file #:type 'File)
+  (command #:inputs (file #:type File)
            #:run "wc" "-c"
            #:stdin file))