Skip to content

Commit

Permalink
Merge pull request rubocop#132 from gsamokovarov/patch-1
Browse files Browse the repository at this point in the history
Fix a typppppo
  • Loading branch information
bbatsov committed Feb 21, 2015
2 parents 3c4a2d7 + 00e132d commit a2834ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ your application.
config.active_record.default_timezone = :local
```

* <a name="time-parse"></a>ppppp
* <a name="time-parse"></a>
Don't use `Time.parse`.
<sup>[[link](#time-parse)]</sup>

Expand All @@ -959,7 +959,7 @@ your application.
Time.zone.parse('2015-03-02 19:05:37') # => Mon, 02 Mar 2015 19:05:37 EET +02:00
```

* <a name="time-now"></a>ppppp
* <a name="time-now"></a>
Don't use `Time.now`.
<sup>[[link](#time-now)]</sup>

Expand Down

0 comments on commit a2834ef

Please sign in to comment.