From f678a57df8ea27e1b5f489715904dc823bcef123 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Wed, 21 Dec 2016 13:02:36 +0000 Subject: Fix how "sbt" is written "sbt" is not an acronym (it used to be, but it isn't any longer). It's a proper name, like "iPhone" or "eBay". So, just like you wouldn't write "Get Started With EBay" or "How To Reset Your IPhone", we don't write "Using the Sbt Build". --- test/files/pos/t5120.scala | 2 +- test/files/pos/t8947/Macro_1.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/pos') diff --git a/test/files/pos/t5120.scala b/test/files/pos/t5120.scala index 86d4470bd5..40540b8a7d 100644 --- a/test/files/pos/t5120.scala +++ b/test/files/pos/t5120.scala @@ -1,4 +1,4 @@ -// An example extracted from SBT by Iulian +// An example extracted from sbt by Iulian // that showed that the previous fix to t5120 // was too strict. class Test { diff --git a/test/files/pos/t8947/Macro_1.scala b/test/files/pos/t8947/Macro_1.scala index ace389f339..c669e68b1e 100644 --- a/test/files/pos/t8947/Macro_1.scala +++ b/test/files/pos/t8947/Macro_1.scala @@ -36,6 +36,6 @@ object X { // } // // To make this visible to the macro implementation, it will need to be compiled in an earlier stage, - // e.g a separate SBT sub-project. + // e.g a separate sbt sub-project. } -- cgit v1.2.3