Match documentation with template heading.

This commit is contained in:
Bastiaan Veelo 2021-10-18 11:37:22 +02:00 committed by The Dlang Bot
parent be1d9a252a
commit c087cb5629

View file

@ -637,7 +637,7 @@ private string generateCases()
private alias staticMapBasicCases = AliasSeq!(mixin(generateCases()));
/**
Evaluates to $(D AliasSeq!(F!(T[0]), F!(T[1]), ..., F!(T[$ - 1]))).
Evaluates to $(D AliasSeq!(F!(Args[0]), F!(Args[1]), ..., F!(Args[$ - 1]))).
*/
template staticMap(alias F, Args ...)
{