Przeglądaj źródła

Merge pull request #777 from pangteypiyush/fix-ds-2

datastructures-2: typo fix
Improve the sentence structure and correct the number referring to the number of options below it.
Sebastian Fricke 3 lat temu
rodzic
commit
743ac26f60
1 zmienionych plików z 1 dodań i 1 usunięć
  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`;