Skip to content

Commit a167737

Browse files
Fix markdown format errors
1 parent d68f590 commit a167737

File tree

1 file changed

+1
-1
lines changed
  • content/cpp/concepts/unordered-set/terms/bucket

1 file changed

+1
-1
lines changed

content/cpp/concepts/unordered-set/terms/bucket/bucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CatalogContent:
1414
- 'paths/computer-science'
1515
---
1616

17-
**bucket()** in C++ returns the index of the bucket in which a specific element is stored within an [`unordered_set`](https://www.codecademy.com/resources/docs/cpp/unordered-set).
17+
**bucket** in C++ returns the index of the bucket in which a specific element is stored within an [`unordered_set`](https://www.codecademy.com/resources/docs/cpp/unordered-set).
1818

1919
It can be used to understand the internal hash table structure, check the distribution of elements, or implement custom traversal logic.
2020

0 commit comments

Comments
 (0)