From 68a659a8d2f40b5d7f79ccdac1d28db9f074245f Mon Sep 17 00:00:00 2001 From: Hiroshi Kurokawa Date: Mon, 2 Oct 2017 21:41:29 +0900 Subject: [PATCH] Fix English wording about line wrapping --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4ff543..f7b0d63 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Rule * Use a formatter in `/.idea/codeStyleSttings.xml` -* Start a new line at right vertica line on android studio. (about 130 characters) +* Wrap lines at the right vertical line on android studio. (The maximum number of characters per line is about 130 characters) ### Coding rules @@ -73,9 +73,9 @@ hoge as? Hoge ?: throw IllegalArgumentException("not Hoge!") hoge.foo() ``` -### Line break +### Line wrapping -* Start a new line at right vertical line on Android studio. (About 130 characters) +* Wrap lines at the right vertical line on android studio. (The maximum number of characters per line is about characters) ![RightVerticalLine][AndroidStudio]