Fix typo, resea[r]ch

This commit is contained in:
Chris Angelico 2016-04-16 05:23:30 +10:00
parent 21bdcd2e9b
commit 2caed0265e
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ Should a line break before or after a binary operator?
------------------------------------------------------
For decades the recommended style has been to break after binary
operators. However, recent reseach unearthed recommendations by
operators. However, recent research unearthed recommendations by
Donald Knuth to break *before* binary operators, in his writings about
typesetting [3]_. Therefore it is permissible to break before or
after a binary operator, as long as the convention is consistent