From e3ae8718dfc45f46027a15ca69caffdd653222f2 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 28 Aug 2015 14:08:08 -0400 Subject: fix trivial error in spec --- spec/05-classes-and-objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/05-classes-and-objects.md') diff --git a/spec/05-classes-and-objects.md b/spec/05-classes-and-objects.md index 3a70f2a137..69828ec7fe 100644 --- a/spec/05-classes-and-objects.md +++ b/spec/05-classes-and-objects.md @@ -631,7 +631,7 @@ class Outer { ``` Here, accesses to the method `f` can appear anywhere within -`OuterClass`, but not outside it. Accesses to method +`Outer`, but not outside it. Accesses to method `g` can appear anywhere within the package `outerpkg.innerpkg`, as would be the case for package-private methods in Java. Finally, accesses to method -- cgit v1.2.3