From: Daniel Arndt Date: Mon, 7 Oct 2019 22:27:51 +0000 (-0400) Subject: Apply suggestions from code review X-Git-Tag: v9.2.0-rc1~966^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2739725ee30eb34c2e0f463eb73d6ea88d1921e0;p=dealii.git Apply suggestions from code review Co-Authored-By: Wolfgang Bangerth --- 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. //