| ... | @@ -963,7 +963,7 @@ | ... | @@ -963,7 +963,7 @@ |
| 963 | case-sensitive.</li> | 963 | case-sensitive.</li> |
| 964 | <li>Given <code>ArrayListUnmanaged</code>: | 964 | <li>Given <code>ArrayListUnmanaged</code>: |
| 965 | <ul> | 965 | <ul> |
| 966 | <li>the following words will match: | 966 | <li>the following words (and their prefixes) will match: |
| 967 | <ul> | 967 | <ul> |
| 968 | <li><code>array</code></li> | 968 | <li><code>array</code></li> |
| 969 | <li><code>list</code></li> | 969 | <li><code>list</code></li> |
| ... | @@ -979,7 +979,7 @@ | ... | @@ -979,7 +979,7 @@ |
| 979 | </li> | 979 | </li> |
| 980 | </ul> | 980 | </ul> |
| 981 | </li> | 981 | </li> |
| 982 | <li>More precisely the search system is based on a Radix Tree. The Radix Tree contains full decl names plus some suffixes, split by following the official style guide (e.g. <code>HashMapUnmanaged</code> also produces <code>MapUnmanaged</code> and <code>Unmanaged</code>, same with snake_case and camelCase names). </li> | 982 | <li>More precisely, the search system is based on a Radix Tree. The Radix Tree contains full decl names plus some suffixes, split by following the official style guide (e.g. <code>HashMapUnmanaged</code> also produces <code>MapUnmanaged</code> and <code>Unmanaged</code>, same with snake_case and camelCase names). </li> |
| 983 | </ul> | 983 | </ul> |
| 984 | | 984 | |
| 985 | <h3>Multiple terms</h3> | 985 | <h3>Multiple terms</h3> |