From 2739725ee30eb34c2e0f463eb73d6ea88d1921e0 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 7 Oct 2019 18:27:51 -0400 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Wolfgang Bangerth --- examples/step-13/step-13.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-13/step-13.cc b/examples/step-13/step-13.cc index 14d0546c4a..cab0c387e7 100644 --- a/examples/step-13/step-13.cc +++ b/examples/step-13/step-13.cc @@ -788,7 +788,7 @@ namespace Step13 // function that wraps the function call including the individual // arguments with fixed values. The fixed values are passed into the // lambda function using the capture list - // ([...]). All the other arguments the wrapped function requires and are + // (`[...]`). All the other arguments the wrapped function requires and are // part of the outer function signature are specified as regular function // parameters in the lambda function. // -- 2.39.5