Skip to content

Commit

Permalink
Fix & typo (#3189)
Browse files Browse the repository at this point in the history
Co-authored-by: Nabil Abdel-Hafeez <[email protected]>
Co-authored-by: Jules Ivanic <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2024
1 parent f543dcd commit 7024638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package zio.http.internal
import scala.collection.mutable

private[http] object OutputEncoder {
private val `&` = "&amp"
private val `&` = "&amp;"
private val `<` = "&lt;"
private val `>` = "&gt;"
private val `"` = "&quot;"
Expand Down

0 comments on commit 7024638

Please sign in to comment.