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 204e887 commit 04e08baCopy full SHA for 04e08ba
README.md
@@ -25,7 +25,7 @@ if it had never been a `SmartString`. (But please don't do that, there's an `Int
25
implementation that's much safer.)
26
27
## Supported architectures
28
-`smartstring` currently doesn't build on 32-bit big endian architectures like `powerpc`, so its use
+`smartstring` currently doesn't run on 32-bit big endian architectures like `powerpc`, so its use
29
in any crates that intend to run on those architectures should ideally be gated behind a
30
[platform specific dependency](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies)
31
in your `Cargo.toml`, like so:
0 commit comments