Przeglądaj źródła

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

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 9 lat temu
rodzic
commit
c515e0a714

+ 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>