diff --git a/std/datetime/date.d b/std/datetime/date.d index d39f22c9d31..842cb774670 100644 --- a/std/datetime/date.d +++ b/std/datetime/date.d @@ -8507,7 +8507,7 @@ public: } - // Shares documentation with "hours" version. + /// ditto ref TimeOfDay roll(string units)(long value) @safe pure nothrow @nogc if (units == "minutes" || units == "seconds") {