We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa77159 commit acbb3caCopy full SHA for acbb3ca
src/doc/src/faq.md
@@ -135,9 +135,9 @@ picture to decide what versions of dependencies should be used.
135
with wildcard dependency constraints.**
136
137
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
+of `*` says “This will work with every version ever”, which is never going
139
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.”
+even if it’s something as general as “every 1.x.y version”.
141
142
### Why `Cargo.toml`?
143
0 commit comments