Skip to content

Commit b89691f

Browse files
authored
Clarify function calls to "const function calls"
1 parent 3a7b6d8 commit b89691f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/const_eval.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ to be ran.
3737
* The [dereference operator].
3838
* [Grouped] expressions.
3939
* [Cast] expressions, except pointer to address and
40-
* function pointer to address casts.
41-
* function and method calls
40+
function pointer to address casts.
41+
* calls of const functions and const methods
4242

4343
## Const context
4444

0 commit comments

Comments
 (0)