Skip to content

Commit cc0980a

Browse files
committed
fix: hourly changefreq
1 parent a46cb6d commit cc0980a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Robots.Txt.Parser/SitemapItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public enum ChangeFrequency
5656
/// <summary>
5757
/// Hints that a document is expected to change hourly
5858
/// </summary>
59-
/// Hourly = 1,
59+
Hourly = 1,
6060
/// <summary>
6161
/// Hints that a document is expected to change daily
6262
/// </summary>

0 commit comments

Comments
 (0)