From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Thu, 25 Jan 2024 23:38:47 +0000 (+0000)
Subject: chore(unitproc/bkt-replace_apostrophes)
X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/3949627267f3aaca614689324fb9a67b693e94d5

chore(unitproc/bkt-replace_apostrophes)
---

diff --git a/unitproc/bkt-replace_apostrophes b/unitproc/bkt-replace_apostrophes
index f045c1b..aa7b3ec 100644
--- a/unitproc/bkt-replace_apostrophes
+++ b/unitproc/bkt-replace_apostrophes
@@ -5,7 +5,7 @@ replace_apostrophes() {
     # Desc: Replace ' with ʼ in contractions
     # Note: In contractions of UTF-8 text file, replaces U+0027
     #   APOSTROPHE with U+02BC MODIFIER LETTER APOSTROPHE
-    # Input: stdin  
+    # Input: stdin
     #        arg1   file path
     # Output: stdout
     # Version: 1.0.0 (BK-2020-03)