summaryrefslogtreecommitdiffhomepage
path: root/java.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'java.html.markdown')
-rw-r--r--java.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/java.html.markdown b/java.html.markdown
index f4ab4220..8ba48d73 100644
--- a/java.html.markdown
+++ b/java.html.markdown
@@ -329,7 +329,7 @@ class Bicycle {
}
} // end class Bicycle
-// Use `extends` to extend a class
+// PennyFarthing is a subclass of Bicycle
class PennyFarthing extends Bicycle {
// (Penny Farthings are those bicycles with the big front wheel.
// They have no gears.)