Skip to content

Commit ab71b0d

Browse files
author
Ram swaroop
committed
added content
1 parent 4189b82 commit ab71b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-08-20-nested-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,6 @@ class BigOuter {
395395
}
396396
{% endhighlight %}
397397

398-
The class itself isn't really `static`; there's no such thing as a `static` class. The `static` modifier in this case says
398+
The class itself isn't really "`static`", there's no such thing as a `static` class. The `static` modifier in this case says
399399
that the nested class is a `static` member of the outer class. That means it can be accessed, as with other `static`
400400
members, without having an instance of the outer class.

0 commit comments

Comments
 (0)