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 b5bee26 commit 4fdf97dCopy full SHA for 4fdf97d
source/mir/algebraic.d
@@ -1327,7 +1327,7 @@ struct Algebraic(T__...)
1327
hash = hashOf(trustedGet!T.hashOf, i ^ hash);
1328
else
1329
{
1330
- debug pragma(msg, "Mir warning: can't compute hash. Expexted `size_t toHash() scope @safe const pure nothrow @nogc` method for " ~ T.stringof);
+ debug pragma(msg, "Mir warning: couldn't compute hash. Expected a `size_t toHash() scope @safe const pure nothrow @nogc` method for " ~ T.stringof);
1331
hash = i;
1332
}
1333
break S;
0 commit comments