Przeglądaj źródła

Merge pull request #7943 from JamesDeFabia/14511TypeSTD,STR.FIND

HPCC-14511 Fix Typo in STD.Str.FIND docs

Reviewed-By: Greg Panagiotatos <greg.panagiotatos@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 lat temu
rodzic
commit
3be90f2154

+ 2 - 1
docs/ECLStandardLibraryReference/SLR-Mods/Find.xml

@@ -78,7 +78,8 @@
   </emphasis>string. If the <emphasis>target</emphasis> is not found or the
   specified <emphasis>instance</emphasis> is greater than the number of
   occurrences of the <emphasis>target</emphasis> in the
-  <emphasis>source</emphasis>, StringFind returns zero (0).</para>
+  <emphasis>source</emphasis>, <emphasis role="bold">Find</emphasis> returns
+  zero (0).</para>
 
   <para>Example:</para>