Replaced another mention of 79 characters.

This commit is contained in:
Yorick Peterse 2014-07-09 11:02:17 +02:00
parent f32c31a0bf
commit 7bc442a965
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ should follow. These are as following:
* When changing code make sure to write RSpec tests for the changes. * When changing code make sure to write RSpec tests for the changes.
* Document code using YARD. At the very least the method arguments and return * Document code using YARD. At the very least the method arguments and return
value(s) should be documented. value(s) should be documented.
* Wrap lines at 79 characters per line. * Wrap lines at 80 characters per line.
* Git commits should have a <= 50 character summary, optionally followed by a * Git commits should have a <= 50 character summary, optionally followed by a
blank line and a more in depth description of 80 characters per line. blank line and a more in depth description of 80 characters per line.