Skip to content

Commit e33a6aa

Browse files
authored
Update main.rs
1 parent cb48115 commit e33a6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

no_std_test/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! # secp256k1 no-std test.
44
//! This binary is a short smallest rust code to produce a working binary *without libstd*.
55
//! This gives us 2 things:
6-
//! 1. Test that the parts of the code that should work in a no-std enviroment actually work. Note that this is not a comprehensive list.
6+
//! 1. Test that the parts of the code that should work in a no-std environment actually work. Note that this is not a comprehensive list.
77
//! 2. Test that we don't accidentally import libstd into `secp256k1`.
88
//!
99
//! The first is tested using the following command `cargo run --release | grep -q "Verified Successfully"`.

0 commit comments

Comments
 (0)