Skip to content

Commit

Permalink
Add missing </code> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonweiting committed Oct 4, 2021
1 parent 5bad862 commit c8035a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokens.html
Expand Up @@ -224,13 +224,13 @@ <h1>Standard tokens</h1>
<pre><code class="language-csharp">namespace Foo.Bar {}
using Foo.Bar;</code></pre>
<pre><code class="language-java">class Foo extends foo.bar.Foo {
java.util.List&lt;foo.bar.Foo.Bar> bar(foo.bar.Baz bat) throws java.lang.IOException {
java.util.List&lt;foo.bar.Foo.Bar&gt; bar(foo.bar.Baz bat) throws java.lang.IOException {
throw new java.lang.UnsupportedOperationException("Not implemented");
}
}</code></pre>
<pre><code class="language-rust">use std::collections::HashMap;
use std::fmt;
use std::sync::Arc;</pre></dd>
use std::sync::Arc;</code></pre></dd>

<dt><code>prolog</code></dt>
<dd>The first part of an XML document.
Expand Down

0 comments on commit c8035a8

Please sign in to comment.