Skip to content

Commit

Permalink
doc: fix description of modified update function
Browse files Browse the repository at this point in the history
  • Loading branch information
SnapeEye committed Jun 26, 2021
1 parent 40a2ecb commit 1ba0750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity-manager/MongoEntityManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class MongoEntityManager extends EntityManager {
}

/**
* Updates entity partially. Entity can be found by a given conditions.
* Updates entities partially. Entities can be found by a given conditions.
* Unlike save method executes a primitive operation without cascades, relations and other operations included.
* Executes fast and efficient UPDATE query.
* Does not check if entity exist in the database.
Expand Down

0 comments on commit 1ba0750

Please sign in to comment.