Skip to content

Commit 27f4a84

Browse files
authored
Merge pull request #271 from TonalidadeHidrica/missing-period
Add a missing period
2 parents fc573c3 + 9e35059 commit 27f4a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2021/default-cargo-resolver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ bstr v0.2.16
173173
```
174174

175175
This snippet of output shows that the project `foo` depends on `bar` with the "default" feature.
176-
Then, `bar` depends on `bstr` as a build-dependency with the "default" feature
176+
Then, `bar` depends on `bstr` as a build-dependency with the "default" feature.
177177
We can further see that `bstr`'s "default" feature enables "unicode" (among other features).
178178

179179
[`cargo tree`]: ../../cargo/commands/cargo-tree.html

0 commit comments

Comments
 (0)