Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit b1f5c9b

Browse files
committed
docs: added missing word
Originally submitted by Matthew Cale as #2009. Submitting under my commit to work around CLA issues. Matthew has signed the CLA.
1 parent 9227ca6 commit b1f5c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The behavior of `dep init` varies depending on what's in your existing codebase,
3131
The inference phase is where `dep init`'s behavior varies. By default, `dep init` will look in your codebase for metadata files from [other Go package management tools that it understands](https://github.com/golang/dep/tree/master/internal/importers), and attempt to automatically migrate the data in these files into concepts that make sense in a dep. Depending on the tool and the particular values dep finds, metadata from the tool may be treated as either:
3232

3333
* A hint: information that dep will try to honor in the solving phase, but will discard if it cannot find a solution that respects the hint.
34-
* A rule: information that must obeyed in the solving phase, and will ultimately appear in `Gopkg.toml` as a `[[constraint]]`. If the solving phase cannot find a solution that satisfies the rules, it will fail with an informative message.
34+
* A rule: information that must be obeyed in the solving phase, and will ultimately appear in `Gopkg.toml` as a `[[constraint]]`. If the solving phase cannot find a solution that satisfies the rules, it will fail with an informative message.
3535

3636
There are three circumstances that can lead dep not to make any tool-based inferences:
3737

0 commit comments

Comments
 (0)