Skip to content

Commit

Permalink
Minor 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 9, 2022
1 parent 879776c commit c2f0e76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Format::Lisp

Implementing Common Lisp's (format) language for Perl 6 - Mostly because it's
an interesting challenge, but partially because it offers much more powerful
options than any sprintf-style formatter, including Python and Ruby's.
options than any `sprintf`-style formatter, including Python and Ruby's.

Installation
============
Expand Down
3 changes: 2 additions & 1 deletion lib/Format/Lisp.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Implements the Common Lisp (format) function.
=begin SPEC_DIFFERENCES
In Lisp, ~& only adds a newline if there wasn't a newline on STDOUT previously.
In Lisp, C<~&> only adds a newline if there wasn't a newline on STDOUT
previously.
=end SPEC_DIFFERENCES
Expand Down

0 comments on commit c2f0e76

Please sign in to comment.