瀏覽代碼

HPCC-15530 dESDL Docs Fix double quote typo

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 9 年之前
父節點
當前提交
9eed432856
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/DynamicESDL/DESDL-Mods/ESDLecl_null.xml

+ 2 - 2
docs/DynamicESDL/DESDL-Mods/ESDLecl_null.xml

@@ -14,10 +14,10 @@
   <para><emphasis role="bold">Example:</emphasis></para>
 
   <programlisting>[ecl_null(0)] int Age;
-[ecl_null('false')] bool IsMatch;   </programlisting>
+[ecl_null("false")] bool IsMatch;   </programlisting>
 
   <para>Age 0 means there is no Age data for this person. So, if Age is 0, the
-  &lt;Age&gt; tag is not returned. </para>
+  &lt;Age&gt; tag is not returned.</para>
 
   <para>Without this attribute, <emphasis
   role="bold">&lt;Age&gt;0&lt;/Age&gt;</emphasis> would be returned.</para>