Skip to content

Commit

Permalink
chore: fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed Jul 14, 2023
1 parent 36ec085 commit 998071a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample/test.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ A paragraph followed by an unordered list{empty}footnote:[AsciiDoc supports unor

== Main

Here's how you say "`Hello, World!`" in Prawn:
Here's how you say "`Hello, World.`" in Prawn:

.Create a basic PDF document using Prawn
[source,ruby]
----
require 'prawn'
Prawn::Document.generate 'example.pdf' do
text 'Hello, World!'
text 'Hello, World.'
end
----

== Conclusion

That's all, folks!
That's all, folks.

0 comments on commit 998071a

Please sign in to comment.