Skip to content

Commit ace9456

Browse files
committed
Fix typos
1 parent ee62946 commit ace9456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/squcumber-postgres/support/matchers.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ def convert_mock_values(mock_data)
3434
# 2 years ago (as year)
3535
# => '2015'
3636
#
37-
# beginning of last month
37+
# beginning of month last month
3838
# => '2017-06-01'
3939
#
40-
# end of last year
40+
# end of month last year
4141
# => '2016-12-31'
4242
#
4343
# today (as custom '%Y-%m')

0 commit comments

Comments
 (0)