Skip to content

Commit de86a78

Browse files
authored
book: typo fixes (changkun#251)
1 parent f6538da commit de86a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/en-us/02-usability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ actually returns a constant at runtime, which causes illegal production.
153153
C++11 provides `constexpr` to let the user explicitly declare that the function or
154154
object constructor will become a constant expression at compile time.
155155
This keyword explicitly tells the compiler that it should verify that `len_foo`
156-
should be a compile-time constant expression. Constant expression.
156+
should be a compile-time constant expression.
157157
158158
In addition, the function of `constexpr` can use recursion:
159159

0 commit comments

Comments
 (0)