diff --git a/source/dub/recipe/packagerecipe.d b/source/dub/recipe/packagerecipe.d index e2d1ddc..deedc67 100644 --- a/source/dub/recipe/packagerecipe.d +++ b/source/dub/recipe/packagerecipe.d @@ -320,7 +320,7 @@ return RecipeDependency(d.toDependency(), d.settings); } - /// In-file of a dependency as specified by the user + /// In-file representation of a dependency as specified by the user private struct YAMLFormat { @Name("version") @Optional string version_;