Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/perl-html-myhtml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/myhtml/api.h')
-rw-r--r--source/myhtml/api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/myhtml/api.h b/source/myhtml/api.h
index 41e3b31..d94b32b 100644
--- a/source/myhtml/api.h
+++ b/source/myhtml/api.h
@@ -2526,7 +2526,7 @@ void
myhtml_callback_before_token_done_set(myhtml_tree_t* tree, myhtml_callback_token_f func, void* ctx);
/**
- * Set callback for tokens before processing
+ * Set callback for tokens after processing
*
* Warning!
* If you using thread mode parsing then this callback calls from thread (not Main thread)