Skip to content

Instantly share code, notes, and snippets.

@jlaire
Created April 15, 2012 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlaire/2394158 to your computer and use it in GitHub Desktop.
Save jlaire/2394158 to your computer and use it in GitHub Desktop.
[S02] typo fix
From d97e8d6b58053d66dc7447be49a9023b379c1ac9 Mon Sep 17 00:00:00 2001
From: Johannes Laire <johannes@laire.fi>
Date: Sun, 15 Apr 2012 21:01:46 +0300
Subject: [PATCH] [S02] typo fix
---
S02-bits.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/S02-bits.pod b/S02-bits.pod
index ed09746..0b4301b 100644
--- a/S02-bits.pod
+++ b/S02-bits.pod
@@ -420,7 +420,7 @@ than in Perl 5.
=head2 The P6opaque Datatype
In support of OO encapsulation, there is a new fundamental data
-rerpresentation: B<P6opaque>. External access to opaque objects is always
+representation: B<P6opaque>. External access to opaque objects is always
through method calls, even for attributes.
=head2 Name Equivalence of Types
--
1.7.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment