Fix doc comment

This commit is contained in:
Wojciech Figat
2022-01-31 10:23:27 +01:00
parent 9b79d7df09
commit 8d47ea7d2f

View File

@@ -547,8 +547,8 @@ public:
/// <summary>
/// Adds the new items to the end of the collection, possibly reallocating the whole collection to fit. The new items will be zeroed.
/// </summary>
/// Warning! AddZeroed() will create items without calling the constructor and this is not appropriate for item types that require a constructor to function properly.
/// <remarks>
/// Warning! AddZeroed() will create items without calling the constructor and this is not appropriate for item types that require a constructor to function properly.
/// </remarks>
/// <param name="count">The number of new items to add.</param>
void AddZeroed(int32 count = 1)