From 6fe323c5b274db4a0cfa2d95a871a0cdce1035b7 Mon Sep 17 00:00:00 2001 From: bartniday <29292740+bartniday@users.noreply.github.com> Date: Thu, 11 Jan 2018 16:33:42 -0800 Subject: [PATCH] Fix grammar in parameter description --- source/base/parsed_function.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 " -- 2.39.5