aboutsummaryrefslogtreecommitdiff
path: root/README.metakit
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-02-12 23:52:41 +0100
committerSteve Bennett <steveb@workware.net.au>2020-02-18 08:45:24 +1000
commit9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44 (patch)
treed55426d86237d71e962d0a6dcdc37bf9bf5a46d3 /README.metakit
parentfe66ddb115026a5e43fcf93b72780a9f281ec5d4 (diff)
downloadjimtcl-9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44.zip
jimtcl-9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44.tar.gz
jimtcl-9a4982c17d02b0ab299e5d67cb7e2964bfe5ca44.tar.bz2
docs: fix minor typos
Fix few typos in the documentation Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'README.metakit')
-rw-r--r--README.metakit6
1 files changed, 3 insertions, 3 deletions
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