From f9e0d9fb282ab69e235111bc21e721a6319b7bac Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 31 Aug 2012 09:22:04 +0200 Subject: [PATCH] issue #179: fixed documentation error --- arangod/Documentation/imp-manual.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arangod/Documentation/imp-manual.dox b/arangod/Documentation/imp-manual.dox index 4b59b8dce6..9fceb9486e 100644 --- a/arangod/Documentation/imp-manual.dox +++ b/arangod/Documentation/imp-manual.dox @@ -83,7 +83,7 @@ /// As the import file already contains the data in JSON format, attribute names /// and data types are fully preserved. As can be seen in the example data, /// there is no need for all data records to have the same attribute names or -/// types. Records can be homogenous. +/// types. Records can be inhomogenous. /// /// @section ImpManualBasicsCsv Importing CSV Data ///