Skip to content

Commit 7f2674f

Browse files
authored
Update README.md
1 parent 3aab51d commit 7f2674f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embedded/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Embedded tests
22

33
These no-std tests are a bit peculiar.
4-
They are cross compiled to ARM and run in an emulator.
4+
They are cross-compiled to ARM and run in an emulator.
55
Here's why:
66

77
- We want to build for an exotic platform to help make sure `std` doesn't sneak in by accident.
88

99
- We use an emulator and build something runnable,
1010
rather than merely testing whether a library builds,
11-
because we want to actually run our integration test.
11+
because we want to actually run our integration tests.

0 commit comments

Comments
 (0)