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