瀏覽代碼

datastructures-2: typo fix

Piyush Pangtey 3 年之前
父節點
當前提交
e55da0f570
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DataStructures/linux-datastructures-2.md

+ 1 - 1
DataStructures/linux-datastructures-2.md

@@ -159,7 +159,7 @@ The first `radix_tree_insert` function takes three parameters:
 
 The `radix_tree_delete` function takes the same set of parameters as the `radix_tree_insert`, but without data.
 
-The search in a radix tree implemented in two ways:
+Searching through a radix tree is implemented in three ways:
 
 * `radix_tree_lookup`;
 * `radix_tree_gang_lookup`;