From b721a37ab0f3d15ebe234f215c63a17b0b1be640 Mon Sep 17 00:00:00 2001 From: Felix Kiss Date: Thu, 6 Jul 2017 22:54:51 +0200 Subject: [PATCH] Fix typo --- README.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.pod b/README.pod index b4ffccd..920930a 100644 --- a/README.pod +++ b/README.pod @@ -69,7 +69,7 @@ Set the underline color of the bar. Accepts the same color formats as B<-B>. =head1 FORMATTING -lemonbar provides a screenrc-inspired formatting syntax to allow full customization at runtime. Every formatting block is opened with C<%{> and closed by C<}> and accepts the following commands, the parser tries it's best to handle malformed input. Use C<%%> to get a literal percent sign (C<%>). +lemonbar provides a screenrc-inspired formatting syntax to allow full customization at runtime. Every formatting block is opened with C<%{> and closed by C<}> and accepts the following commands, the parser tries its best to handle malformed input. Use C<%%> to get a literal percent sign (C<%>). =over