Skip to content

Commit be223fd

Browse files
committed
Update link title
1 parent 7b530f8 commit be223fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Sidebar/SidebarLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function SidebarLinks() {
1818
<LinkWithTooltip href="#array-string-building" description="efficient string building" />
1919
</Accordion>
2020
<Accordion title="Hash Map">
21-
<LinkWithTooltip href="#hashmap-number-of-subarrays" description="number of subarrays that fit an exact criteria" />
21+
<LinkWithTooltip href="#hashmap-number-of-subarrays" description="find number of subarrays that fit an exact criteria" />
2222
</Accordion>
2323
<Accordion title="Linked List">
2424
<LinkWithTooltip href="#linkedlist-fast-and-slow-pointer" description="fast and slow pointer" />

0 commit comments

Comments
 (0)