提交 e82247aa 编写于 作者: A Ankit Gupta

Typo fix [ci skip]

Single brackets
上级 64ed04ee
......@@ -552,7 +552,7 @@ end
```ruby
atom_feed do |feed|
feed.title("Articles Index")
feed.updated((@articles.first.created_at))
feed.updated(@articles.first.created_at)
@articles.each do |article|
feed.entry(article) do |entry|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册