Skip to content

Commit

Permalink
removed tab from empty line for check fail
Browse files Browse the repository at this point in the history
  • Loading branch information
danitellini authored Nov 2, 2024
1 parent efcca5c commit 1364449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/cpp/concepts/unordered-map/terms/bucket/bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ size_type bucket(const key_type& k) const;
```

- `key`: The key whose bucket number needs to be found in the unordered map.

The function returns a `size_type` value, representing the zero-indexed bucket number where the specified key is stored.

## Example
Expand Down

0 comments on commit 1364449

Please sign in to comment.