From c902e6b9021caf4bbe862cbb63ef32cd85922b69 Mon Sep 17 00:00:00 2001 From: Steven Erenst Date: Sun, 1 Jan 2017 21:22:06 -0800 Subject: [PATCH] Fix small typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f62ebd077e..6100f8aef6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -201,7 +201,7 @@ If generating the protobuf code is failing for you, check each of the following: Generated Go Templates ---------------------- -The query engine requires optimizes data structures for each data type so +The query engine requires optimized data structures for each data type so instead of writing each implementation several times we use templates. _Do not change code that ends in a `.gen.go` extension!_ Instead you must edit the `.gen.go.tmpl` file that was used to generate it.