Skip to content

Commit 5019306

Browse files
committed
Remove spellcheck collision
`nd`` was flagged as a possible typo, change it as it's not really significant.
1 parent 3e54489 commit 5019306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Beman/Optional26/tests/optional_ref.t.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ TEST(OptionalRefTest, Constructors) {
3434
std::ignore = nd1;
3535
std::ignore = nd2;
3636

37-
no_default_ctor nd{e};
37+
no_default_ctor no_def{e};
3838

39-
beman::optional26::optional<no_default_ctor&> nd3 = nd;
39+
beman::optional26::optional<no_default_ctor&> nd3 = no_def;
4040
std::ignore = nd3;
4141

4242
beman::optional26::optional<int&> ie;

0 commit comments

Comments
 (0)