fix minor typo

This commit is contained in:
Brendan Hansknecht 2022-10-07 16:54:30 -07:00
parent 1665f7160d
commit 557ee69557
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -126,7 +126,7 @@ pub const RocList = extern struct {
return new_list;
}
// We follow rougly the [fbvector](https://github.com/facebook/folly/blob/main/folly/docs/FBVector.md) when it comes to growing a RocList.
// We follow roughly the [fbvector](https://github.com/facebook/folly/blob/main/folly/docs/FBVector.md) when it comes to growing a RocList.
// Here is [their growth strategy](https://github.com/facebook/folly/blob/3e0525988fd444201b19b76b390a5927c15cb697/folly/FBVector.h#L1128) for push_back:
//
// (1) initial size