Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/dependency-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down