Skip to content

Commit 9e35059

Browse files
Add missing period
1 parent fc573c3 commit 9e35059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)