diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-07 20:44:18 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-07 20:44:18 -0800 |
commit | e6e431c72f05798a65265ddd04de95cbec9a8912 (patch) | |
tree | 2bf1a6942960af794dfb71dbd29fccba7ad66457 | |
parent | a526d013ee0644c2f3ebb7aa5163214f271888fe (diff) | |
download | mu-e6e431c72f05798a65265ddd04de95cbec9a8912.tar.gz |
2731
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md index a55b78b0..4a32fc07 100644 --- a/Readme.md +++ b/Readme.md @@ -103,7 +103,7 @@ mind. The nice experience for an outsider would be to just change that line and see if any tests fail. This is only possible if we eliminate all manual QA from our release process. -*So* +*So…* In Mu, it will be possible for any aspect of any program that you can manually test to also be turned into a reproducible automatic test. This may seem like |