Skip to content

Commit

Permalink
Fix documentation errors (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisAE authored Oct 3, 2024
1 parent d4da7ac commit 16a812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Documentation/plugin-docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ sub plugin_info {
}

## Mandatory function to be implemented by your script
sub run_script {
sub provide_url {
shift;
my $lrr_info = shift; # Global info hash
my ($useposts) = @_; # Plugin parameters
Expand Down

0 comments on commit 16a812b

Please sign in to comment.