提交 bc36ffee 编写于 作者: V Vijay Dev

Revert "[ci skip] Fix to `a, b or c` format"

This reverts commit 9876a169.

Reason: Oxford commas are preferred. This is now documented in
the documentation guidelines.
上级 5bcb454b
......@@ -3303,7 +3303,7 @@ Date.new(2010, 2, 28).advance(days: 1).advance(months: 1)
#### Changing Components
The method `change` allows you to get a new date which is the same as the receiver except for the given year, month or day:
The method `change` allows you to get a new date which is the same as the receiver except for the given year, month, or day:
```ruby
Date.new(2010, 12, 23).change(year: 2011, month: 11)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册