From 1e4f41bc28d781819a1a9d18d53abc0bbb8f5f21 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 18 Aug 2024 16:33:40 -0400 Subject: Remove duplicated line --- environment.c | 1 - 1 file changed, 1 deletion(-) 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"}, -- cgit v1.2.3