Fix example that was throwing an error

This commit is contained in:
microproofs
2024-08-08 00:25:26 -04:00
committed by Kasey
parent 31627897d7
commit 53c461294b
3 changed files with 4 additions and 2 deletions

View File

@@ -536,6 +536,8 @@ impl Term<Name> {
/// ## Example
///
/// ```
///
/// use uplc::ast::Term
/// let value = Term::var("thing");
///
/// value.as_var("__val", |val| {