Hui Chen 12 rokov pred
rodič
commit
ba51cdd2ee
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      docs/en/codelab.md

+ 1 - 1
docs/en/codelab.md

@@ -5,7 +5,7 @@ At the end of this codelab, you will be able to write a simple full-text search
 
 If you do not know Go yet, [here](http://tour.golang.org/#1) is a tutorial.
 
-# # Engine basics
+## Engine basics
 
 Engine handles user requests, segmentation, indexing and sorting in their own goroutines.