From bb03b152b7d54797f56960ea5363532ff023a7dc Mon Sep 17 00:00:00 2001 From: Rahim Nathwani Date: Wed, 14 Nov 2018 12:30:39 +0800 Subject: [PATCH] Correct 2 typos in intro.rst lighting-lightning, compiliation->compilation --- source/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/intro.rst b/source/intro.rst index b6e74f0..5833774 100644 --- a/source/intro.rst +++ b/source/intro.rst @@ -55,7 +55,7 @@ Productive Go is frequently - and favorably - compared with Python and Ruby for programmer productivity. Its clean and elegant syntax, unobtrusive static typing, optional -duck typing, batteries-included standard library, lighting-fast compiliation, +duck typing, batteries-included standard library, lightning-fast compilation, and support for a variety of modern continuous integration tools make Go a productivity champion.