Skip to content

Commit b5e802a

Browse files
authored
Update architecture.md
1 parent fe8d555 commit b5e802a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/doc/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Each persistent JS object and array can be in one of four states:
2020
* ```JS_NOT_PERSISTENT``` - not persistent at the moment
2121
* ```JS_PERSISTENT_DORMANT``` - object is persistent but is "dormant", it holds just a reference - item ID in terms of DyBase (dybase_oid_t). Object in this state has no properties or elements loaded into it - it is a {proxy-ref}erence.
2222
* ```JS_PERSISTENT_LOADED``` - the object has its properties and data loaded from DB;
23-
* ```JS_PERSISTENT_MODIFIED``` - the object is loaded from DB and is modidied by script - ready to be commited to DB.
23+
* ```JS_PERSISTENT_MODIFIED``` - the object is loaded from DB and is modified by script - ready to be commited to DB.
2424

2525
## Data life cycle – how persistent mechanism works
2626

0 commit comments

Comments
 (0)