docs: fix typo

This commit is contained in:
Jason Cooke 2019-08-24 10:11:03 +12:00 committed by Stanisław Barzowski
parent 71a3e16958
commit 13437c69e1

View File

@ -78,7 +78,7 @@ go generate
Standard library source code is kept in `cpp-jsonnet` submodule, because it is shared with [Jsonnet C++
implementation](https://github.com/google/jsonnet).
For perfomance reasons we perform preprocessing on the standard library, so for the changes to be visible, regeneration is necessary:
For performance reasons we perform preprocessing on the standard library, so for the changes to be visible, regeneration is necessary:
```bash
git submodule init