Skip to content

Commit c874074

Browse files
committed
Improve comment on phantom data
1 parent c8f9ee9 commit c874074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/miniscript/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub struct Miniscript<Pk: MiniscriptKey, Ctx: ScriptContext> {
5959
pub ty: types::Type,
6060
///Additional information helpful for extra analysis.
6161
pub ext: types::extra_props::ExtData,
62-
/// Context PhantomData. Only accessible inside this crate
62+
/// Needed because not all terminals are paramatized by script context.
6363
phantom: PhantomData<Ctx>,
6464
}
6565

0 commit comments

Comments
 (0)