We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f176df8 commit 581f473Copy full SHA for 581f473
std/exception.d
@@ -1542,7 +1542,7 @@ version (StdUnittest)
1542
/+
1543
Returns true if the field at index `i` in $(D T) shares its address with another field.
1544
1545
-Note: This does not merelly check if the field is a member of an union, but also that
+Note: This does not merely check if the field is a member of an union, but also that
1546
it is not a single child.
1547
+/
1548
package enum isUnionAliased(T, size_t i) = isUnionAliasedImpl!T(T.tupleof[i].offsetof);
0 commit comments