From 53fa122a4d2385aec4e4edd82cc31fdaf8ad286d Mon Sep 17 00:00:00 2001 From: Eugene Venter Date: Fri, 27 Mar 2020 10:55:00 +1300 Subject: [PATCH] clarify wildcard dependency specification --- docs/docs/dependency-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/dependency-specification.md b/docs/docs/dependency-specification.md index 8ae0044f8b6..f826332eb71 100644 --- a/docs/docs/dependency-specification.md +++ b/docs/docs/dependency-specification.md @@ -42,7 +42,7 @@ If you only specify a major version, then minor- and patch-level changes are all ### Wildcard requirements -**Wildcard requirements** allow for any version where the wildcard is positioned. +**Wildcard requirements** allow for the latest (dependency dependent) version where the wildcard is positioned. `*`, `1.*` and `1.2.*` are examples of wildcard requirements.