Skip to content

Commit

Permalink
XREF -> REF
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Jun 29, 2016
1 parent ec5a505 commit 2bb8966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions changelog.dd
Expand Up @@ -247,7 +247,7 @@ assert([4, 7, 5].enumerate.maxElement!`a.value` == tuple(1, 7));
)

$(LI $(LNAME2 quantize, Added `std.math.quantize`.)
$(P $(XREF math, quantize) rounds to the nearest multiple of some number.
$(P $(REF quantize, std,math) rounds to the nearest multiple of some number.
Features:)
$(UL
$(LI The rounding method can be specified using the `rfunc` parameter. By
Expand All @@ -267,8 +267,8 @@ assert(12345.6789L.quantize!(10, floor)(-2) == 12345.67L);
---

$(LI $(LNAME2 traits, Three new traits were added to `std.traits`.)
$(P $(XREF traits, isType), $(XREF traits, isFunction), and
$(XREF traits, isFinal) were added to `std.traits`.
$(P $(REF isType, std,traits), $(REF isFunction, std,traits), and
$(REF isFinal, std,traits) were added to `std.traits`.
)

-------
Expand Down

0 comments on commit 2bb8966

Please sign in to comment.