Skip to content

Commit 632062e

Browse files
Boukejtbandes
authored andcommitted
Fixed small typo
1 parent 8bacb04 commit 632062e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0145-package-manager-version-pinning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ library B when deciding which version of library C to use.
185185

186186
* The `[--repin]` argument can be used to lift the version pinning restrictions. In this case, the behavior is that all packages are updated, and packages which were previously pinned are then repinned to the latest resolved versions.
187187

188-
When automatic pinning is enabled, `package update` would be default have absolutely no effect without `--repin`. Thus, we will make `package update` act as if `--repin` was specified whenever automatic pinning is enabled. This is a special case, but we believe it is most likely to match what the user expects, and avoids have a command syntax which has no useful behavior in the automatic pinning mode.
188+
When automatic pinning is enabled, `package update` would by default have absolutely no effect without `--repin`. Thus, we will make `package update` act as if `--repin` was specified whenever automatic pinning is enabled. This is a special case, but we believe it is most likely to match what the user expects, and avoids have a command syntax which has no useful behavior in the automatic pinning mode.
189189

190190
6. The update and checkout will both emit logs, notifying the user that pinning is in effect.
191191

0 commit comments

Comments
 (0)