From ff2218cf959027171b9c393d8d6572519a3caf6f Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Thu, 25 Jan 2024 23:40:25 +0000 Subject: [PATCH] chore(unitproc/bkt-replace_apostrophes)minor syntax --- 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 aa7b3ec..4e6c95b 100644 --- a/unitproc/bkt-replace_apostrophes +++ b/unitproc/bkt-replace_apostrophes @@ -1,7 +1,7 @@ #!/bin/bash # Function to replace contractions -replace_apostrophes() { +function 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 -- 2.30.2