Document method scope.

This commit is contained in:
Bob Nystrom
2015-11-21 14:00:21 -08:00
parent 03163a760f
commit fb72e0fff7
3 changed files with 146 additions and 31 deletions
+7
View File
@@ -176,6 +176,13 @@ h3 {
font: 20px $body;
margin: 24px 0 0 0;
color: $link;
code {
border: none;
background: inherit;
color: inherit;
font-size: 20px;
}
}
a {