From 29f0cb40ad3a9454fcb8d1ea3c061d4c7091a8e3 Mon Sep 17 00:00:00 2001 From: Nikolay Mishin Date: Thu, 25 Jun 2015 17:34:33 +0300 Subject: [PATCH] correct mistypes --- pod/perlootut.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlootut.pod b/pod/perlootut.pod index a95ecc872d84..9a92ba7e3dc8 100644 --- a/pod/perlootut.pod +++ b/pod/perlootut.pod @@ -43,7 +43,7 @@ should also read the L, L, and L documents. =head1 OBJECT-ORIENTED FUNDAMENTALS Most object systems share a number of common concepts. You've probably -heard terms like "class", "object, "method", and "attribute" before. +heard terms like "class", "object", "method", and "attribute" before. Understanding the concepts will make it much easier to read and write object-oriented code. If you're already familiar with these terms, you should still skim this section, since it explains each concept in terms