Skip to content

Commit

Permalink
Relax return value requirements in the ddoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-timokhin committed Jul 15, 2015
1 parent 24129bc commit e1a80d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/math.d
Expand Up @@ -6848,8 +6848,8 @@ real yl2xp1(real x, real y) @nogc @safe pure nothrow; // y * log2(x + 1)
* )
*
* Returns:
* -1 if $(D x) precedes $(D y) in the order specified above;
* 0 if $(D x) and $(D y) are identical, and 1 otherwise.
* negative value if $(D x) precedes $(D y) in the order specified above;
* 0 if $(D x) and $(D y) are identical, and positive value otherwise.
*
* See_Also:
* $(MYREF isIdentical)
Expand Down

0 comments on commit e1a80d7

Please sign in to comment.