Skip to content

Commit 0311529

Browse files
committed
Typo in OrderedMap
1 parent fce542f commit 0311529

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

website/src/app/docs/currentVersion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const SIDEBAR_LINKS = [
1717
label: 'OrderedMap',
1818
description:
1919
'A type of Map that has the additional guarantee that the iteration order of entries will be the order in which they were set().',
20-
url: `/docs/${VERSION}/OrdererMap/`,
20+
url: `/docs/${VERSION}/OrderedMap/`,
2121
},
2222
{
2323
label: 'Set',

0 commit comments

Comments
 (0)