Skip to content

Commit e2e29c8

Browse files
committed
docs(proposal): LE-003 clarification
1 parent aca4fda commit e2e29c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

proposals/LE-003-string-concatenation.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ This allows comparisions of concatenated strings.
2929

3030
## Changes to the Standard Library
3131

32-
Only implementations are affected.
3332
`strings.concat` will still be available, and will never be deprecated.
3433

34+
Implementations of string related functions should use `..` internally.
35+
36+
Deprecation of `String.append`.
37+
3538
## Alternatives Considered
3639

3740
We could overload `+`. But due to the dynamic typing it may be confusing in practice.

0 commit comments

Comments
 (0)