From 9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Wed, 12 Feb 2020 23:52:41 +0100 Subject: docs: fix minor typos Fix few typos in the documentation Signed-off-by: Antonio Borneo --- README.metakit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.metakit') diff --git a/README.metakit b/README.metakit index ce9830b..03880a2 100644 --- a/README.metakit +++ b/README.metakit @@ -39,7 +39,7 @@ state of the database to disk. CREATING VIEWS -------------- *Views* in Metakit are what is called "tables" in conventional databases. A view -may several typed *properties*, or columns, and contains homogenous *rows*, or +may several typed *properties*, or columns, and contains homogeneous *rows*, or records. New properties may be added to a view as needed; however, new properties are not stored in the database file by default. The structure method specifies the stored properties of a view, creating a new view or restructuring an old one @@ -74,7 +74,7 @@ The supported property types include: `subview` : This type is not usually specified directly; instead, a structure description of a nested view is given. `subview` properties store complete - views as their value, creating hierarchical data structures. When retreived + views as their value, creating hierarchical data structures. When retrieved from a view, a value of a subview property is a normal view handle. Without a `description` parameter, the `structure` method returns the current @@ -108,7 +108,7 @@ where `$cur` is a string of form `viewHandle!index`. Row indices are zero-based and may also be specified relative to the last row of the view using the `end[+-]integer` notation. -A dictionary containing all property name and value pairs can be retreived by +A dictionary containing all property name and value pairs can be retrieved by omitting the `propName` argument: cursor get $cur -- cgit v1.1