Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/style-guide/style.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ Declaration and initialization are visually distinct.

Where possible, provide capacity hints when initializing
maps with `make()`. See
[Specifying Map Capacity Hints](#specifying-map-capacity-hints)
[Specifying Map Capacity Hints](performance.mdx#specifying-map-capacity-hints)
for more information.

On the other hand, if the map holds a fixed list of elements,
Expand Down
Loading