浏览代码

Update DESIGN.md, fix minor typo

Zihan Chen 2 年之前
父节点
当前提交
99b84ee3db
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DESIGN.md

+ 1 - 1
DESIGN.md

@@ -626,7 +626,7 @@ log₂_n_ pointers that skip to different preceding elements of the
 skip-list.
 
 The name comes from heavy use of the [CTZ instruction][wikipedia-ctz], which
-lets us calculate the power-of-two factors efficiently. For a give block _n_,
+lets us calculate the power-of-two factors efficiently. For a given block _n_,
 that block contains ctz(_n_)+1 pointers.
 
 ```