Skip to content

Commit

Permalink
Merge pull request #2168 from gyrovague/master
Browse files Browse the repository at this point in the history
Trivial documentation fix for issue 12557
  • Loading branch information
AndrejMitrovic committed May 15, 2014
2 parents e6edb29 + fb5dd75 commit aca7906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/numeric.d
Expand Up @@ -2092,7 +2092,7 @@ unittest

/**
Computes the greatest common divisor of $(D a) and $(D b) by using
Euler's algorithm.
Euclid's algorithm.
*/
T gcd(T)(T a, T b) {
static if (is(T == const) || is(T == immutable)) {
Expand Down

0 comments on commit aca7906

Please sign in to comment.