summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/html/html_document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/html_document.c b/src/html/html_document.c
index ac0469c..d6c5caa 100644
--- a/src/html/html_document.c
+++ b/src/html/html_document.c
@@ -748,7 +748,7 @@ bool applet_callback(struct dom_node_internal * node, void *ctx)
*
* \param node The dom_node_internal object
* \param ctx The dom_html_document object (void *)
- * \return DOM_NO_ERR on success, appropriate dom_exception on failure.
+ * \return true if node is an applet object
*/
bool applets_callback(struct dom_node_internal *node, void *ctx)
{