We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1daf04 commit e80ef09Copy full SHA for e80ef09
sdk/pinocchio/src/pubkey.rs
@@ -37,7 +37,7 @@ pub fn log(pubkey: &Pubkey) {
37
38
/// Compare two `Pubkey`s for equality.
39
///
40
-/// The implementation of this function is currectly more efficient
+/// The implementation of this function is currently more efficient
41
/// than `p1 == p2` since it compares 8 bytes at a time instead of
42
/// byte-by-byte.
43
#[inline(always)]
0 commit comments