Skip to content

Commit acbb3ca

Browse files
Update faq.md
1 parent aa77159 commit acbb3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ picture to decide what versions of dependencies should be used.
135135
with wildcard dependency constraints.**
136136

137137
While libraries _can_, strictly speaking, they should not. A version requirement
138-
of `*` says “This will work with every version ever,” which is never going
138+
of `*` says “This will work with every version ever”, which is never going
139139
to be true. Libraries should always specify the range that they do work with,
140-
even if it’s something as general as “every 1.x.y version.”
140+
even if it’s something as general as “every 1.x.y version”.
141141

142142
### Why `Cargo.toml`?
143143

0 commit comments

Comments
 (0)