diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/site/apt/index.apt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 2c31148..c3cae06 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -26,7 +26,7 @@ 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 relations. It is not an object database nor an object-relational bridge. In -addition, data type defintions are simply interfaces, and there are no external +addition, data type definitions are simply interfaces, and there are no external configuration files. All the code to implement types is auto-generated, yet there are no extra build time steps. |