From 5c4ef6f42786164a09c6ed03e82fe66879b5fe2d Mon Sep 17 00:00:00 2001 From: Derek Brown Date: Fri, 26 Dec 2014 11:52:45 -0500 Subject: Fix grammar --- lib/mnesia/doc/src/mnesia.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/mnesia') diff --git a/lib/mnesia/doc/src/mnesia.xml b/lib/mnesia/doc/src/mnesia.xml index 268dc18e65..c23c2cb226 100644 --- a/lib/mnesia/doc/src/mnesia.xml +++ b/lib/mnesia/doc/src/mnesia.xml @@ -151,9 +151,9 @@ If a new item is inserted with the same key as

local_content When an application requires - tables whose contents is local to each node, + tables whose contents are local to each node, local_content tables may be used. The name of the - table is known to all Mnesia nodes, but its contents is + table is known to all Mnesia nodes, but its contents are unique on each node. This means that access to such a table must be done locally. Set the local_content field to true if you want to enable the local_content @@ -579,7 +579,7 @@ mnesia:add_table_index(person, age)

The tables are backed up to external media using the backup module BackupMod. Tables with the local contents - property is being backed up as they exist on the current + property are backed up as they exist on the current node. BackupMod is the default backup callback module obtained by mnesia:system_info(backup_module). See the User's -- cgit v1.2.3