Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 13, 2020
1 parent a6972af commit 68e59e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Note(xml_note)
"""
function readmusicxml_partial(filepath::String)
doc = readxml(filepath) # read an XML document from a file
return data
return doc
end
################################################################
"""
Expand Down Expand Up @@ -89,7 +89,7 @@ Note(xml_note)
"""
function parsemusicxml_partial(s::String)
doc = parsexml(s) # Parse an XML string
return data
return doc
end

################################################################
Expand Down

2 comments on commit 68e59e3

@aminya
Copy link
Member Author

@aminya aminya commented on 68e59e3 Jun 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/16295

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.2 -m "<description of version>" 68e59e34138da26bd8da972f6458040361ccf726
git push origin v0.3.2

Please sign in to comment.