Skip to content

Commit 55664e0

Browse files
committed
Fix typo
1 parent 3b2bbd0 commit 55664e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/xtd.core.unit_tests/src/xtd/collections/tests/array_list_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ namespace xtd::collections::tests {
103103
assert::are_equal("Tyrannosaurus", *items.begin());
104104
}
105105

106-
void test_method_(capaciy) {
106+
void test_method_(capacity) {
107107
auto items = array_list {"Tyrannosaurus", "Compsognathus", "Amargasaurus"};
108108
assert::are_equal(3_z, items.count());
109109

0 commit comments

Comments
 (0)