From: Federico Miyara Date: Tue, 19 Nov 2019 08:58:38 +0000 (+0100) Subject: [doc] fix typo in dec2base help page X-Git-Tag: 6.1.0~412 X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=commitdiff_plain;h=4b61afd394b5165c1d9e97f32839a64609274e3b [doc] fix typo in dec2base help page Change-Id: Ibbf83fc03e0bf5e437455adfc9e372395ad8e693 --- diff --git a/scilab/modules/elementary_functions/help/en_US/integer_representation/dec2base.xml b/scilab/modules/elementary_functions/help/en_US/integer_representation/dec2base.xml index 122337b..239defd 100644 --- a/scilab/modules/elementary_functions/help/en_US/integer_representation/dec2base.xml +++ b/scilab/modules/elementary_functions/help/en_US/integer_representation/dec2base.xml @@ -54,7 +54,7 @@ str = dec2base(d, base) converts the nonnegative integer values of d to the specified base base. - d must have a nonnegative integers smaller than 2^52, and base must be an integer between 2 and 36. + d must have nonnegative integers smaller than 2^52, and base must be an integer between 2 and 36. The returned argument str is a matrix of strings.