printer.lisp: Add missing space to docstring
authorAlejandro R Sedeño <asedeno@google.com>
Wed, 5 Dec 2012 01:31:57 +0000 (20:31 -0500)
committerAlejandro R Sedeño <asedeno@google.com>
Wed, 5 Dec 2012 01:44:46 +0000 (20:44 -0500)
printer.lisp

index 40b01bf..954c1e7 100644 (file)
@@ -16,7 +16,7 @@
 (defun write-schema (protobuf &rest keys
                      &key (stream *standard-output*) (type :proto) &allow-other-keys)
   "Writes the object 'protobuf' (schema, message, enum, etc) onto the
-   stream 'stream'in the format given by 'type' (:proto, :text, etc)."
+   stream 'stream' in the format given by 'type' (:proto, :text, etc)."
    (let ((*protobuf* protobuf))
      (apply #'write-schema-as type protobuf stream keys)))