Skip to content

Commit 04e08ba

Browse files
Lynnesbianbodil
authored andcommitted
change "build" to "run"
1 parent 204e887 commit 04e08ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if it had never been a `SmartString`. (But please don't do that, there's an `Int
2525
implementation that's much safer.)
2626

2727
## Supported architectures
28-
`smartstring` currently doesn't build on 32-bit big endian architectures like `powerpc`, so its use
28+
`smartstring` currently doesn't run on 32-bit big endian architectures like `powerpc`, so its use
2929
in any crates that intend to run on those architectures should ideally be gated behind a
3030
[platform specific dependency](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies)
3131
in your `Cargo.toml`, like so:

0 commit comments

Comments
 (0)