Fix another typo
parent
843ca6e386
commit
232761be02
|
@ -66,7 +66,7 @@ public:
|
|||
SmallVector() :
|
||||
mStorage(mInplaceStorage),
|
||||
mSize(0),
|
||||
mCapacity(Capasity) {
|
||||
mCapacity(Capacity) {
|
||||
// empty
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue