diff --git a/source/dub/dependency.d b/source/dub/dependency.d index 5782682..37f5864 100644 --- a/source/dub/dependency.d +++ b/source/dub/dependency.d @@ -25,7 +25,7 @@ static import std.compiler; /** - A version in the format "major.update.bugfix-pre-release+build-metadata" or + A version in the format "major.update.bugfix-prerelease+buildmetadata" or "~master", to identify trunk, or "~branch_name" to identify a branch. Both Version types starting with "~" refer to the head revision of the corresponding branch.