Skip to content

Commit

Permalink
chore(docs): correct typo in poseidon_hash example in standard_libr…
Browse files Browse the repository at this point in the history
…ary (#3608)

Co-authored-by: kevaundray <[email protected]>
  • Loading branch information
TAdev0 and kevaundray authored Nov 28, 2023
1 parent 2cd6dc3 commit cc041fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ example:
```rust
fn main()
{
let hash1 = std::hash::poseidon::bn254::hash_2([1, 2]);
assert(hash1 == 0x115cc0f5e7d690413df64c6b9662e9cf2a3617f2743245519e19607a4417189a);
let hash_2 = std::hash::poseidon::bn254::hash_2([1, 2]);
assert(hash2 == 0x115cc0f5e7d690413df64c6b9662e9cf2a3617f2743245519e19607a4417189a);
}
```

Expand Down

0 comments on commit cc041fe

Please sign in to comment.