Commit 971ef7b9c2

Kirk Scheibelhut <kjs@scheibo.com>
2022-04-09 00:25:22
Remove primitive values from keyword reference
5a53ab28 removed these as keywords, and the Primitive Values section of the docs already exists to describe them.
1 parent 531d5b2
Changed files (1)
doc/langref.html.in
@@ -11955,17 +11955,6 @@ fn readU32Be() u32 {}
             </ul>
           </td>
         </tr>
-        <tr>
-          <th scope="row">
-            <pre>{#syntax#}false{#endsyntax#}</pre>
-          </th>
-          <td>
-            The boolean value {#syntax#}false{#endsyntax#}.
-            <ul>
-              <li>See also {#link|Primitive Values#}</li>
-            </ul>
-          </td>
-        </tr>
         <tr>
           <th scope="row">
             <pre>{#syntax#}fn{#endsyntax#}</pre>
@@ -12041,17 +12030,6 @@ fn readU32Be() u32 {}
             </ul>
           </td>
         </tr>
-        <tr>
-          <th scope="row">
-            <pre>{#syntax#}null{#endsyntax#}</pre>
-          </th>
-          <td>
-            The optional value {#syntax#}null{#endsyntax#}.
-            <ul>
-              <li>See also {#link|null#}</li>
-            </ul>
-          </td>
-        </tr>
         <tr>
           <th scope="row">
             <pre>{#syntax#}or{#endsyntax#}</pre>
@@ -12190,17 +12168,6 @@ fn readU32Be() u32 {}
             </ul>
           </td>
         </tr>
-        <tr>
-          <th scope="row">
-            <pre>{#syntax#}true{#endsyntax#}</pre>
-          </th>
-          <td>
-            The boolean value {#syntax#}true{#endsyntax#}.
-            <ul>
-              <li>See also {#link|Primitive Values#}</li>
-            </ul>
-          </td>
-        </tr>
         <tr>
           <th scope="row">
             <pre>{#syntax#}try{#endsyntax#}</pre>
@@ -12214,17 +12181,6 @@ fn readU32Be() u32 {}
             </ul>
           </td>
         </tr>
-        <tr>
-          <th scope="row">
-            <pre>{#syntax#}undefined{#endsyntax#}</pre>
-          </th>
-          <td>
-            {#syntax#}undefined{#endsyntax#} can be used to leave a value uninitialized.
-            <ul>
-              <li>See also {#link|undefined#}</li>
-            </ul>
-          </td>
-        </tr>
         <tr>
           <th scope="row">
             <pre>{#syntax#}union{#endsyntax#}</pre>