chore(unitproc/bkt-replace_apostrophes)minor syntax
[BK-2020-03.git] / unitproc / bkt-replace_apostrophes
index f045c1b410fa8db0d87ab34264ddaf00e7ff6ea7..4e6c95b36de3a028e43c1a49ea1c2dba7956bd3d 100644 (file)
@@ -1,11 +1,11 @@
 #!/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
-    # Input: stdin  
+    # Input: stdin
     #        arg1   file path
     # Output: stdout
     # Version: 1.0.0 (BK-2020-03)