diff --git a/Improving-.sbt-format-(take-2).md b/Improving-.sbt-format-(take-2).md index 3df8a9d..60f9f52 100644 --- a/Improving-.sbt-format-(take-2).md +++ b/Improving-.sbt-format-(take-2).md @@ -43,7 +43,7 @@ def helperMethod(in: Input1): Unit = { } ``` -While this is a valid scala expression, it is not expressible in the .sbt format, because of the blank lines. While sbt 0.13 provides a helpful error message, the user is required to make one of two changes: +While this is a valid scala method definition, it is not expressible in the .sbt format, because of the blank lines. While sbt 0.13 provides a helpful error message, the user is required to make one of two changes: 1. remove blank lines 2. replace blank lines with empty comments.