jolie / docs

The Jolie Documentation files
6 stars 23 forks source link

StringUtils calls - errorneous title descriptions #50

Closed SuperMauro1966 closed 4 months ago

SuperMauro1966 commented 3 years ago

At the page https://docs.jolie-lang.org/v1.10.x/language-tools-and-standard-library/standard-library-api/string_utils.html#valueToPrettyString

The operation valueToPrettyString

has the following description Operation documentation: checks if the passed string starts with a given prefix

from the description is not immediately understandable that the operation transform a Jolie custom data type to a string Invocation template:

valueToPrettyString@StringUtils( request )( response )

mwallnoefer commented 6 months ago

In this case the description has been fixed, but not for all the other StringUtils calls (toLowerCase(), length(), match() etc. etc.).

Continuing the discussion in issue #62.