Skip to content

Commit

Permalink
fixing abbreviations in old builder.gleam module
Browse files Browse the repository at this point in the history
  • Loading branch information
tovedetered committed Mar 13, 2024
1 parent 003a862 commit 2f90ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xmleam/builder.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub fn basic_tag(
/// "IDK why you would use this")
/// ->
/// <enclosure url="https://example.com"> IDK why you would use this </enclosure>
pub fn opts_cont_tag(
pub fn option_content_tag(
tag_name: String,
options: List(Option),
contents: List(String),
Expand All @@ -75,7 +75,7 @@ pub fn opts_cont_tag(
|> Ok
}

pub fn opts_tag(
pub fn option_tag(
tag_name: String,
options: List(Option),
) -> Result(String, XmlError) {
Expand Down

0 comments on commit 2f90ba1

Please sign in to comment.