Skip to content

Commit e74f130

Browse files
author
mikeblome
committed
more edits
1 parent 5f7e449 commit e74f130

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cpp/constexpr-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ The following rules apply to constexpr functions:
7979
8080
- The body can contain no **goto** statements or try blocks.
8181
82-
- An explicit specialization of a non-constexpr template can be declared as **constexpr`:
82+
- An explicit specialization of a non-constexpr template can be declared as **constexpr**:
8383
84-
- An explicit specialization of a **constexpr** template does not have to also be **constexpr`:
84+
- An explicit specialization of a **constexpr** template does not have to also be **constexpr**:
8585
8686
The following rules apply to **constexpr** functions in Visual Studio 2017 and later:
8787

0 commit comments

Comments
 (0)