diff --git a/crates/uplc/src/builder.rs b/crates/uplc/src/builder.rs index 0791af06..47dbc8e0 100644 --- a/crates/uplc/src/builder.rs +++ b/crates/uplc/src/builder.rs @@ -536,6 +536,8 @@ impl Term { /// ## Example /// /// ``` + /// let value = Term::var("thing"); + /// /// value.as_var("__val", |val| { /// val.do_something() /// .do_another_thing()