Skip to content

Commit bbb8f06

Browse files
committed
Improved readability
1 parent 62c028c commit bbb8f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ character to seperate the database from the table name. The databases 'mysql', '
631631
## Atomic increment (for counters)
632632

633633
Incrementing a numeric field of a record is done with the PATCH method (non-numeric fields are ignored).
634-
Decrementing can be done using a negative increment value. The call returns the rows affected.
634+
Decrementing can be done using a negative increment value.
635635
To add '2' to the field 'visitors' in the 'events' table for record with primary key '1', execute:
636636

637637
```
@@ -645,7 +645,7 @@ Output:
645645
1
646646
```
647647

648-
Note that multiple fields can be incremented and batch operations are supported (see: update/PUT).
648+
The call returns the rows affected. Note that multiple fields can be incremented and batch operations are supported (see: update/PUT).
649649

650650
## Binary data
651651

0 commit comments

Comments
 (0)