From 2bb8966a10a76531eebc9bfdbee771e59ab9d88c Mon Sep 17 00:00:00 2001 From: anonymous Date: Wed, 29 Jun 2016 21:42:30 +0200 Subject: [PATCH] XREF -> REF --- changelog.dd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.dd b/changelog.dd index eeaa8b3fffc..63bb04d539f 100644 --- a/changelog.dd +++ b/changelog.dd @@ -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 @@ -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`. ) -------