Skip to content

Commit

Permalink
Fix cite name clash example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markuswustenberg committed Aug 19, 2024
1 parent aade772 commit 935a601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Unfortunately, there are six main name clashes in HTML elements and attributes,
to be able to co-exist in the same package in Go. I've chosen one or the other based on what I think is the common usage.
In either case, the less-used variant also exists in the codebase:

- `cite` (`CiteEl`/`Cite`, `CiteAttr` also exists)
- `cite` (`Cite`/`CiteAttr`, `CiteEl` also exists)
- `data` (`DataEl`/`Data`, `DataAttr` also exists)
- `form` (`Form`/`FormAttr`, `FormEl` also exists)
- `label` (`Label`/`LabelAttr`, `LabelEl` also exists)
Expand Down

0 comments on commit 935a601

Please sign in to comment.