浏览代码

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
   <para>There is a statistical concept called a “Simple Random Sample” in
   which a statistically “random” (different from simply using the RANDOM()
   which a statistically “random” (different from simply using the RANDOM()
   function) sample of records is generated from any dataset. The algorithm
   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
   <para>This code is implemented as a MACRO to allow multiple samples to be
   produced in the same workunit (contained in the SimpleRandomSamples.ECL
   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
     Sample” in which a statistically “random” (different from simply using the
     RANDOM() function) sample of records is generated from any dataset. The
     RANDOM() function) sample of records is generated from any dataset. The
     algorithm inmplemented in the following code example was provided by a
     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
     <para>This code is implemented as a MACRO to allow multiple samples to be
     produced in the same workunit (contained in the SimpleRandomSamples.ECL
     produced in the same workunit (contained in the SimpleRandomSamples.ECL