libweb_html.7: Fix typo

This commit is contained in:
Xavier Del Campo Romero 2024-02-12 22:52:12 +01:00
parent fcba916011
commit f9a305fe4d
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ plus all of the memory allocated by its children.
.IR html_node_set_value (3)
sets the HTML value for a
.I struct html_node
object, escaping characters that could case syntax errors, such as
object, escaping characters that could cause syntax errors, such as
.B <
.BR "" ( "LESS-THAN SIGN" ).