Skip to content

Commit 1d666c6

Browse files
committed
fix missing variable name
1 parent f34854c commit 1d666c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/expected/unexpect_t.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace std {
1010
explicit unexpect_t() = default;
1111
};
1212

13-
inline constexpr unexpect_t {};
13+
inline constexpr unexpect_t unexpect{};
1414
}
1515
```
1616

0 commit comments

Comments
 (0)