lib/liquidoc.rb in liquidoc-0.12.0.pre.rc6 vs lib/liquidoc.rb in liquidoc-0.12.0

- old
+ new

@@ -471,10 +471,10 @@ # dynamically build a message, possibly appending a reason unless @build['message'] reason = ", #{@build['reason']}" if @build['reason'] case @type when "parse" - text = ".. Builds `#{self.output}` pressed with the template `#{self.template}`#{reason}." + text = ".. Builds `#{self.output}` parsed with the template `#{self.template}`#{reason}." when "render" case self.backend when "pdf" text = ".. Uses Asciidoctor/Prawn to generate a PDF file `#{self.output}`" text.concat("#{reason}") if reason