Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit f154a1f

Browse files
committed
Fix typo in _d_arrayctor's Ddoc
Signed-off-by: Teodor Dutu <teodor.dutu@gmail.com>
1 parent a584215 commit f154a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/internal/array/construction.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import core.internal.traits : Unqual;
1616
* Params:
1717
* from = what data the array should be initialized with
1818
* Returns:
19-
* The crated and initialized array `to`
19+
* The created and initialized array `to`
2020
* Bugs:
2121
* This function template was ported from a much older runtime hook that bypassed safety,
2222
* purity, and throwabilty checks. To prevent breaking existing code, this function template

0 commit comments

Comments
 (0)