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

@ -553,7 +553,7 @@ if (T == "scheme"
return mixin("ret." ~ T);
}
/// Ditto.
/// ditto
URL parseURL(const char[] source) @nogc
{
return URL(source);