Changes between Version 202 and Version 203 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2022-01-24T01:39:15+01:00 (3 years ago)
Author:
jose1711
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v202 v203  
    12421242  assemble the strings to one
    12431243 join(''sep'', ''str1'', ''str2'', ...)::
    1244   join strings, whith ''sep'' as separator [''since r6737'']
     1244  join strings, with ''sep'' as separator [''since r6737'']
    12451245 join_list(''sep'', ''list_name'')::
    12461246   joins the elements of the list ''list_name'' to one string separated by the separator ''sep'' [''since r8775'']