Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Jul 27, 2018
1 parent 57c64cb commit 77723d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mir/math/numeric.d
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ unittest
long e;
assert(r.prod(e) == reduce!"a * b"(1.0, [c, c, c]));
assert(e == 30);
assert(r.prod == reduce!"a * b"(1.0, [u, u, u])););
assert(r.prod == reduce!"a * b"(1.0, [u, u, u]));
}

/++
Expand Down

0 comments on commit 77723d5

Please sign in to comment.