Replace "Ditto." with "ditto"

ddox doesn't recognize "Ditto.".
This commit is contained in:
2017-09-22 04:08:50 +02:00
parent 4612d5eb6d
commit ee48c25328
16 changed files with 130 additions and 130 deletions

View File

@ -143,7 +143,7 @@ body
array = array[1 .. $];
}
/// Ditto.
/// ditto
void popBack(T)(ref T[] array)
in
{