We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4189b82 commit ab71b0dCopy full SHA for ab71b0d
_posts/2015-08-20-nested-classes.md
@@ -395,6 +395,6 @@ class BigOuter {
395
}
396
{% endhighlight %}
397
398
-The class itself isn't really `static`; there's no such thing as a `static` class. The `static` modifier in this case says
+The class itself isn't really "`static`", there's no such thing as a `static` class. The `static` modifier in this case says
399
that the nested class is a `static` member of the outer class. That means it can be accessed, as with other `static`
400
members, without having an instance of the outer class.
0 commit comments