瀏覽代碼

Update codelab.md

Hui Chen 12 年之前
父節點
當前提交
ba51cdd2ee
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.