From 8f29d3b7244f5b11b12fcd2a04c533c452ce5304 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 12 May 2016 19:30:17 -0400 Subject: [PATCH] Typo --- notes/1.0.0-M4.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/1.0.0-M4.markdown b/notes/1.0.0-M4.markdown index 5b8a30fa6..3d2e7c0c4 100644 --- a/notes/1.0.0-M4.markdown +++ b/notes/1.0.0-M4.markdown @@ -14,7 +14,7 @@ There's no binary compatibility with sbt 0.13 or other future versions. The biggest change in sbt 1.0 from 0.13 is internal code reorganization to modules (io, util, librarymanagement, zinc, and sbt), but hopefully this shouldn't affect you much. -In addition, classes and objects related to internal implemetations are moved to `sbt.internal`. +In addition, classes and objects related to internal implementations are moved to `sbt.internal`. This package indicates that we won't keep binary compatibility for them. Here are some more relevant changes: