File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ impl<Pk: MiniscriptKey> Policy<Pk> {
346
346
///
347
347
/// It is **not recommended** to use policy as a stable identifier for a miniscript. You should
348
348
/// use the policy compiler once, and then use the miniscript output as a stable identifier. See
349
- /// the compiler document in [ `doc/compiler.md`] for more details.
349
+ /// the compiler document in `doc/compiler.md` for more details.
350
350
#[ cfg( feature = "compiler" ) ]
351
351
pub fn compile_to_descriptor < Ctx : ScriptContext > (
352
352
& self ,
@@ -375,7 +375,7 @@ impl<Pk: MiniscriptKey> Policy<Pk> {
375
375
///
376
376
/// It is **not recommended** to use policy as a stable identifier for a miniscript. You should
377
377
/// use the policy compiler once, and then use the miniscript output as a stable identifier. See
378
- /// the compiler document in doc/compiler.md for more details.
378
+ /// the compiler document in ` doc/compiler.md` for more details.
379
379
#[ cfg( feature = "compiler" ) ]
380
380
pub fn compile < Ctx : ScriptContext > ( & self ) -> Result < Miniscript < Pk , Ctx > , CompilerError > {
381
381
self . is_valid ( ) ?;
You can’t perform that action at this time.
0 commit comments