瀏覽代碼

HPCC-12038 Clarify Contributor to doc

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 11 年之前
父節點
當前提交
07bd9dd921

+ 1 - 2
docs/ECLProgrammersGuide/PRG_Mods/PrG_Simple_Random_Samples.xml

@@ -7,8 +7,7 @@
   <para>There is a statistical concept called a “Simple Random Sample” in
   which a statistically “random” (different from simply using the RANDOM()
   function) sample of records is generated from any dataset. The algorithm
-  implemented in the following code example was provided by a customer in one
-  of our government agencies in Washington, DC.</para>
+  implemented in the following code example was provided by a customer.</para>
 
   <para>This code is implemented as a MACRO to allow multiple samples to be
   produced in the same workunit (contained in the SimpleRandomSamples.ECL

+ 1 - 2
docs/ECLProgrammersGuide/PRG_Mods/PrG_getting_things_done.xml

@@ -406,8 +406,7 @@ OUTPUT(GoodGuys,NAMED('GoodGuys'));
     Sample” in which a statistically “random” (different from simply using the
     RANDOM() function) sample of records is generated from any dataset. The
     algorithm inmplemented in the following code example was provided by a
-    customer in one of our government agencies in Washington,
-    DC.</emphasis></para>
+    customer.</emphasis></para>
 
     <para>This code is implemented as a MACRO to allow multiple samples to be
     produced in the same workunit (contained in the SimpleRandomSamples.ECL