Skip to content

Commit 92942b3

Browse files
authored
Merge pull request #192 from jsteemann/bug-fix/readme-typos
fix small typos in readme
2 parents 4bed6b8 + 4010fd2 commit 92942b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Key Features
2929
pyArango is geared toward the developer. It's here to help to you develop really cool apps using ArangoDB, really fast.
3030

3131
- Light and simple interface
32-
- Built-in validation of fields on seting or on saving
32+
- Built-in validation of fields on setting or on saving
3333
- Support for all index types
3434
- Supports graphs, traversals and all types of queries
3535
- Caching of documents with Insertions and Lookups in O(1)
@@ -199,7 +199,7 @@ In addition, you can also define collection properties_ (creation arguments for
199199
A note on inheritence
200200
----------------------
201201

202-
There is no inheritence of the "_validation" and "_fields" dictionaries.
202+
There is no inheritance of the "_validation" and "_fields" dictionaries.
203203
If a class does not fully define its own, the defaults will be automatically assigned to any missing value.
204204

205205
Creating Edges

0 commit comments

Comments
 (0)