Skip to content

Fix/improve some error messages

username-removed-975496 requested to merge (removed):develop into develop

Here are two commits which fix and improve some error messages.

array-rank, denominator and set type-error error messages were incorrect and mentioned array-dimension, numerator and setq, respectively, instead.

Many other type-error error messages for functions accepting exactly one argument would say "the value of the first argument" instead of the more precise "the value of the only argument".

Merge request reports