From: bartniday <29292740+bartniday@users.noreply.github.com> Date: Fri, 12 Jan 2018 00:33:42 +0000 (-0800) Subject: Fix grammar in parameter description X-Git-Tag: v9.0.0-rc1~580^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5724%2Fhead;p=dealii.git Fix grammar in parameter description --- diff --git a/source/base/parsed_function.cc b/source/base/parsed_function.cc index bebba8e137..da31f54eb4 100644 --- a/source/base/parsed_function.cc +++ b/source/base/parsed_function.cc @@ -55,9 +55,9 @@ namespace Functions break; } prm.declare_entry("Variable names", vnames, Patterns::Anything(), - "The name of the variables as they will be used in the " + "The names of the variables as they will be used in the " "function, separated by commas. By default, the names of variables " - "at which the function will be evaluated is `x' (in 1d), `x,y' (in 2d) or " + "at which the function will be evaluated are `x' (in 1d), `x,y' (in 2d) or " "`x,y,z' (in 3d) for spatial coordinates and `t' for time. You can then " "use these variable names in your function expression and they will be " "replaced by the values of these variables at which the function is "