Skip to content

Commit 2de4337

Browse files
authored
Update lib.rs
1 parent 5307a78 commit 2de4337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ pub use crate::scalar::Scalar;
197197

198198
/// Trait describing something that promises to be a 32-byte uniformly random number.
199199
///
200-
/// In particular, anything implementing this trait must have neglibile probability
200+
/// In particular, anything implementing this trait must have negligible probability
201201
/// of being zero, overflowing the group order, or equalling any specific value.
202202
///
203203
/// Since version 0.29 this has been deprecated; users should instead implement

0 commit comments

Comments
 (0)