Skip to content

Commit

Permalink
fix: for failing doc generation (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
girdharshubham authored Dec 29, 2021
1 parent 103c73a commit dc7413d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zio-http/src/main/scala/zhttp/html/Dom.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ package zhttp.html
*
* @see
* <a href="https://html.spec.whatwg.org/multipage/syntax.html#void-elements">Void elements</a> only have a start tag;
* end tags must not be specified for void elements. A set of void elements that are supported at the time of writing
* this doc can be found here: [[Element.voidElementNames]]
* end tags must not be specified for void elements.
*/
sealed trait Dom { self =>
def encode: String = self match {
Expand Down

0 comments on commit dc7413d

Please sign in to comment.