diff --git a/printer.lisp b/printer.lisp index 40b01bf6d28bd715abc37243db01c1d08aea56e8..954c1e7eb7b9654caf0e4fd2396dee33c89391ab 100644 --- a/printer.lisp +++ b/printer.lisp @@ -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)))