mirror of
https://github.com/catchorg/Catch2
synced 2026-02-12 12:42:13 +00:00
Fixup various spelling errors (#1208)
This commit is contained in:
committed by
Martin Hořeňovský
parent
d38f782995
commit
b11175548a
@@ -2,7 +2,7 @@
|
||||
#include <vector>
|
||||
#include <array>
|
||||
|
||||
// vedctor
|
||||
// vector
|
||||
TEST_CASE( "vector<int> -> toString", "[toString][vector]" )
|
||||
{
|
||||
std::vector<int> vv;
|
||||
|
||||
Reference in New Issue
Block a user