From f505b736569fed9edc2a1378048f269fd88c3f21 Mon Sep 17 00:00:00 2001
From: "Brian S. O'Neill" <bronee@gmail.com>
Date: Wed, 15 Nov 2006 16:09:19 +0000
Subject: Minor typo fix.

---
 src/site/apt/index.apt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/site')

diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index c3cae06..06173b7 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -20,8 +20,8 @@ databases.
     Defining new types in Carbonado involves creating an interface or abstract
 class which follows Java bean conventions. Additional information is specified
 by inserting special annotations. At the very least, an annotation is required
-to specify the primary key. Annotations are feature first available in Java 5,
-and as a result, Carbonado depends on Java 5.
+to specify the primary key. Annotations are a feature first available in Java
+5, and as a result, Carbonado depends on Java 5.
 
     On the surface, it may appear that Carbonado types are defined like POJOs.
 The difference is that in Carbonado, types are object representations of
-- 
cgit v1.2.3