Skip to content

Commit 4fdf97d

Browse files
authored
Update algebraic.d (#73)
1 parent b5bee26 commit 4fdf97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/algebraic.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ struct Algebraic(T__...)
13271327
hash = hashOf(trustedGet!T.hashOf, i ^ hash);
13281328
else
13291329
{
1330-
debug pragma(msg, "Mir warning: can't compute hash. Expexted `size_t toHash() scope @safe const pure nothrow @nogc` method for " ~ T.stringof);
1330+
debug pragma(msg, "Mir warning: couldn't compute hash. Expected a `size_t toHash() scope @safe const pure nothrow @nogc` method for " ~ T.stringof);
13311331
hash = i;
13321332
}
13331333
break S;

0 commit comments

Comments
 (0)