From 2a64532a0f604725ec45377b69e151271709f186 Mon Sep 17 00:00:00 2001 From: Tomasz Mazur Date: Fri, 13 Dec 2024 22:27:35 +0100 Subject: [PATCH] fix comma placement --- spec/prawn_manual_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/prawn_manual_spec.rb b/spec/prawn_manual_spec.rb index 46b39e7a1..e85c39b5d 100644 --- a/spec/prawn_manual_spec.rb +++ b/spec/prawn_manual_spec.rb @@ -15,7 +15,7 @@ describe 'manual' do # JRuby's zlib is a bit quirky. It sometimes produces different output to # libzlib (used by MRI). It's still a proper deflate stream and can be - # decompressed just fine, but for whatever reason, compression produces + # decompressed just fine but, for whatever reason, compression produces # different output. # # See: https://github.com/jruby/jruby/issues/4244