1 parent 5f7e449 commit e74f130Copy full SHA for e74f130
1 file changed
docs/cpp/constexpr-cpp.md
@@ -79,9 +79,9 @@ The following rules apply to constexpr functions:
79
80
- The body can contain no **goto** statements or try blocks.
81
82
-- An explicit specialization of a non-constexpr template can be declared as **constexpr`:
+- An explicit specialization of a non-constexpr template can be declared as **constexpr**:
83
84
-- An explicit specialization of a **constexpr** template does not have to also be **constexpr`:
+- An explicit specialization of a **constexpr** template does not have to also be **constexpr**:
85
86
The following rules apply to **constexpr** functions in Visual Studio 2017 and later:
87
0 commit comments