aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-08-18 16:33:40 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-08-18 16:33:40 -0400
commit1e4f41bc28d781819a1a9d18d53abc0bbb8f5f21 (patch)
treead63719f8445274996ef291f67abadb5586a65da
parent9de57eaf65fea869913a079852af3cf56f550116 (diff)
Remove duplicated line
-rw-r--r--environment.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/environment.c b/environment.c
index e2a63315..805b184b 100644
--- a/environment.c
+++ b/environment.c
@@ -256,7 +256,6 @@ env_t *new_compilation_unit(CORD *libname)
{"replace", "Text$replace", "func(text:Text, pattern:Text, replacement:Text, limit=-1)->Text"},
{"split", "Text$split", "func(text:Text, split:Text)->[Text]"},
{"title", "Text$title", "func(text:Text)->Text"},
- {"title", "Text$title", "func(text:Text)->Text"},
{"trimmed", "Text$trimmed", "func(text:Text, trim=\" {\\n\\r\\t}\", where=Where.Anywhere)->Text"},
{"upper", "Text$upper", "func(text:Text)->Text"},
{"without", "Text$without", "func(text:Text, target:Text, where=Where.Anywhere)->Text"},