changeset 28725:07c0df93ff9d stable

doc: Correct plural in section on mustBe* functions. * func.txi: Correct plural in section on mustBe* functions.
author Rik <rik@octave.org>
date Fri, 11 Sep 2020 20:15:40 -0700
parents dd9efd873596
children 0a4dcea2987a
files doc/interpreter/func.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Fri Sep 11 20:01:56 2020 -0700
+++ b/doc/interpreter/func.txi	Fri Sep 11 20:15:40 2020 -0700
@@ -762,7 +762,7 @@
 
 @DOCSTRING(validateattributes)
 
-As alternative to @code{validateattributes} there are several shorter
+As alternatives to @code{validateattributes} there are several shorter
 convenience functions to check for individual properties.
 
 @DOCSTRING(mustBeFinite)