Skip to content

Commit

Permalink
Merge pull request #1146 from breez/external-input-parsing
Browse files Browse the repository at this point in the history
Fix external input parsing example title level
  • Loading branch information
danielgranhao authored Dec 16, 2024
2 parents e537feb + 7f931e3 commit 9ead70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-common/src/input_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ use crate::prelude::*;
/// }
/// ```
///
/// ### External input parsing
/// ## External input parsing
///
/// ```no_run
/// use sdk_common::prelude::{InputType::*, parse, ExternalInputParser};
Expand Down

0 comments on commit 9ead70b

Please sign in to comment.