summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-12-19 20:35:42 -0800
committerRuss Allbery <rra@cpan.org>2021-12-19 20:35:42 -0800
commit3f8cd16b8469c577c582efcc78861b37a9484a50 (patch)
tree781d3bfe782a01ac7d799fb74294496379602b88 /lib
parent8312775b24d2b126b4a6a9de0d293844b18eda3a (diff)
Fix App::DocKnot::Spin::Thread synopsis
The code in the synopsis used an undefined variable.
Diffstat (limited to 'lib')
-rw-r--r--lib/App/DocKnot/Spin/Thread.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/DocKnot/Spin/Thread.pm b/lib/App/DocKnot/Spin/Thread.pm
index 46fa7ba..2523d8d 100644
--- a/lib/App/DocKnot/Spin/Thread.pm
+++ b/lib/App/DocKnot/Spin/Thread.pm
@@ -1501,6 +1501,7 @@ App::DocKnot::Spin::Thread - Generate HTML from the macro language thread
use App::DocKnot::Spin::Thread;
+ my $input = 'some thread';
my $thread = App::DocKnot::Spin::Thread->new();
my $output = $thread->spin_thread($input);