Skip to content

Commit 65ce6ec

Browse files
committed
Fix typo
1 parent c3ddcae commit 65ce6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Be aware that array based strings always occupy the full space in memory, so the
4343

4444
- `no-panic` checks at compile time that the panic function is not linked by the library
4545

46-
Be careful before using this, it won't change functions behaviors, it will just enforce that panic functions can't be linked by this library. This may break your compilation and won't improve the safety of this library. It's mostly for testing and environments where if the non panicking invariantcan't be garanteed compilation should fail. This should not apply to most projects.
46+
Be careful before using this, it won't change functions behaviors, it will just enforce that panic functions can't be linked by this library. This may break your compilation and won't improve the safety of this library. It's mostly for testing and environments where if the non panicking invariant can't be garanteed compilation should fail. This should not apply to most projects.
4747

4848
Only works when all optimizations are enabled, and may break in future compiler updates. Please open an issue if you notice.
4949

0 commit comments

Comments
 (0)