1
0

update lib docs

This commit is contained in:
Arpad Ryszka 2025-10-11 12:26:13 +02:00
parent f8888603a9
commit 70f7795400

4
lib.go
View File

@ -24,7 +24,9 @@ type Attributes struct {
//
// The tag subpackage contains a set of the common tags used in HTML. It is recommended to use the tag
// subpackage in code files dedicated to HTML composition and import the tag subpackage in these code files
// inline, with the '.' notation. Custom tags can be defined with the Define function.
// inline, with the '.' notation.
//
// Custom tags can be defined with the Define function.
//
// When applying a tag value as a function, a new tag is created, and the original tag remains unchanged.
// Therefore tags are immutable. When applying it without arguments, the resulting tag will be equivalent to the