Skip to content

Commit 581f473

Browse files
jtbxthewilsonator
authored andcommitted
fix minor spelling mistake
1 parent f176df8 commit 581f473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/exception.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ version (StdUnittest)
15421542
/+
15431543
Returns true if the field at index `i` in $(D T) shares its address with another field.
15441544
1545-
Note: This does not merelly check if the field is a member of an union, but also that
1545+
Note: This does not merely check if the field is a member of an union, but also that
15461546
it is not a single child.
15471547
+/
15481548
package enum isUnionAliased(T, size_t i) = isUnionAliasedImpl!T(T.tupleof[i].offsetof);

0 commit comments

Comments
 (0)