Replace learnt with learned (#3684)
authorAlexander Pivovarov <pivovaa@amazon.com>
Thu, 1 Aug 2019 15:31:09 +0000 (08:31 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 1 Aug 2019 15:31:09 +0000 (08:31 -0700)
README.md

index 43e930aebab4483a0199291b3f96bbbbfaae9794..bf36e731826848bb0e2f504f52d6fdc538078fce 100644 (file)
--- a/README.md
+++ b/README.md
@@ -41,8 +41,8 @@ Checkout the [Contributor Guide](https://docs.tvm.ai/contribute/)
 
 Acknowledgement
 ---------------
-We learnt a lot from the following projects when building TVM.
+We learned a lot from the following projects when building TVM.
 - [Halide](https://github.com/halide/Halide): TVM uses [HalideIR](https://github.com/dmlc/HalideIR) as data structure for
-  arithmetic simplification and low level lowering. We also learnt and adapted some part of lowering pipeline from Halide.
+  arithmetic simplification and low level lowering. We also learned and adapted some part of lowering pipeline from Halide.
 - [Loopy](https://github.com/inducer/loopy): use of integer set analysis and its loop transformation primitives.
 - [Theano](https://github.com/Theano/Theano): the design inspiration of symbolic scan operator for recurrence.