mirror of
https://github.com/edg-l/sitewriter.git
synced 2024-11-09 17:48:24 +00:00
fix a typo
This commit is contained in:
parent
0743dcdb3d
commit
625694b7ee
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sitewriter"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
authors = ["Edgar L. <contact@edgarluque.com>"]
|
||||
edition = "2018"
|
||||
description = "A sitemap writing library."
|
||||
|
|
|
@ -79,7 +79,7 @@ impl Display for ChangeFreq {
|
|||
ChangeFreq::Hourly => "hourly",
|
||||
ChangeFreq::Daily => "daily",
|
||||
ChangeFreq::Weekly => "weekly",
|
||||
ChangeFreq::Monthly => "montly",
|
||||
ChangeFreq::Monthly => "monthly",
|
||||
ChangeFreq::Yearly => "yearly",
|
||||
ChangeFreq::Never => "never",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue