Skip to content

Commit 0197b74

Browse files
authored
Update README.md
1 parent 2859142 commit 0197b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A [**B-tree**](https://en.wikipedia.org/wiki/B-tree) of order m is a tree which
4343
| [**FcsFastBTreeN<TKey, TValue>**](#fcsfastbtreentkey-tvalue-where-tkey--struct-icomparabletkey) | **Yes** | **Yes** | **Yes** | No |
4444
| [**FcsLockBTreeN<TKey, TValue>**](#fcslockbtreentkey-tvalue-where-tkey--struct-icomparabletkey) | **Yes** | **Yes** | **Yes** | No |
4545
| [**FcsFastLockBTreeN<TKey, TValue>**](#fcsfastlockbtreentkey-tvalue-where-tkey--struct-icomparabletkey) | **Yes** | **Yes** | **Yes** | No |
46-
| [**FcsKeyFastBTreeN<TKeyValue>**](#fcskeyfastbtreentkey-tvalue-where-tkey--struct---new-200-preview2-install) | **Yes** | **Yes** | **Yes** | No |
46+
| [**FcsKeyFastBTreeN<TKeyValue>**](#fcskeyfastbtreentkeyvalue-where-tkeyvalue--struct---new-200-preview2-install) | **Yes** | **Yes** | **Yes** | No |
4747
| SortedSet<KeyValuePair<TKey, TValue>> | **Yes** | No | No | No |
4848
| HashSet<KeyValuePair<TKey, TValue>> | No | No | No | No |
4949
| Dictionary<TKey, TValue> | No | No | No | No |

0 commit comments

Comments
 (0)