From 3949627267f3aaca614689324fb9a67b693e94d5 Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Thu, 25 Jan 2024 23:38:47 +0000 Subject: [PATCH] chore(unitproc/bkt-replace_apostrophes) --- unitproc/bkt-replace_apostrophes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2