Skip to content

Commit 16ef2de

Browse files
committed
fix: container classes
1 parent f6ef741 commit 16ef2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsguide.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@ <h4 id="container-classes">Container Classes</h4>
23592359
the sake of namespacing.
23602360
</p>
23612361

2362-
<pre><code class="language-ts bad">export class Container {
2362+
<pre><code class="language-ts good">export class Container {
23632363
static FOO = 1;
23642364
static bar() { return 1; }
23652365
}

0 commit comments

Comments
 (0)