Skip to content

Commit bb2b2d3

Browse files
committed
chore: fix typos
1 parent d1453ce commit bb2b2d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bitcoin/src/psbt/serialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ mod tests {
438438
use crate::script::ScriptBufExt as _;
439439
use crate::TapScriptBuf;
440440

441-
// Composes tree matching a given depth map, filled with dumb script leafs,
441+
// Composes tree matching a given depth map, filled with dumb script leaves,
442442
// each of which consists of a single push-int op code, with int value
443443
// increased for each consecutive leaf.
444444
pub fn compose_taproot_builder<'map>(

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tab_spaces = 4
44
newline_style = "Auto"
55
indent_style = "Block"
66

7-
max_width = 100 # This is number of characters.
7+
max_width = 100 # This is the number of characters.
88
# `use_small_heuristics` is ignored if the granular width config values are explicitly set.
99
use_small_heuristics = "Max" # "Max" == All granular width settings same as `max_width`.
1010
# # Granular width configuration settings. These are percentages of `max_width`.

0 commit comments

Comments
 (0)