Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Zwoliński <[email protected]>
Signed-off-by: Mikołaj Florkiewicz <[email protected]>
  • Loading branch information
fl0rek and zvolin authored Dec 13, 2024
1 parent 8203185 commit 05de0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/blob/commitment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl Commitment {
#[cfg(all(feature = "wasm-bindgen", target_arch = "wasm32"))]
#[wasm_bindgen]
impl Commitment {
/// hash of the commitment
/// Hash of the commitment
#[wasm_bindgen(js_name = hash)]
pub fn js_hash(&self) -> Vec<u8> {
self.hash.to_vec()
Expand Down

0 comments on commit 05de0a8

Please sign in to comment.