Skip to content

Commit

Permalink
Update src/content/guides/packages.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Finnemann Jensen <[email protected]>
  • Loading branch information
sigurdm and jonasfj authored Sep 27, 2024
1 parent cf4be91 commit 700ee55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/guides/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ Downloading packages...
+ retry 3.1.2
```

Also if the hash a published version of a package does not match the hash in
`pubspec.lock`, `pub` will warn you, but fix the pubspec.lock to reflect the
published hash:
Also if the hash of a published version does not match the hash in
`pubspec.lock`, `pub` will warn you, but fix `pubspec.lock` to reflect the
published version:

For example if we manually change a hash in `pubspec.lock`:

Expand Down

0 comments on commit 700ee55

Please sign in to comment.