diff --git a/std/algorithm/mutation.d b/std/algorithm/mutation.d index ec4010e80..1d33e0476 100644 --- a/std/algorithm/mutation.d +++ b/std/algorithm/mutation.d @@ -1152,7 +1152,7 @@ unittest// Issue 8057 static assert(__traits(compiles, move(x, x) )); } -/* +/** * Similar to $(LREF move) but assumes `target` is uninitialized. This * is more efficient because `source` can be blitted over `target` * without destroying or initializing it first.