diff options
Diffstat (limited to 'lib/string.moon')
| -rw-r--r-- | lib/string.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/string.moon b/lib/string.moon index 8c10c5d..2753381 100644 --- a/lib/string.moon +++ b/lib/string.moon @@ -1,4 +1,4 @@ -import Op, ValueInput from require 'core' +import Op, ValueInput from require 'core.base' class str extends Op @doc: "(str v1 [v2]...) |
