Skip to content

Commit af95f16

Browse files
developers -> engineers (#79)
1 parent 2fbbb4d commit af95f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-record/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ responsible for its own persistence, including tasks such as database querying,
1414
and deleting records.
1515

1616
This pattern is particularly useful in scenarios where simplicity and rapid development are
17-
prioritized, as it allows developers to quickly implement data access functionality with minimal
17+
prioritized, as it allows engineers to quickly implement data access functionality with minimal
1818
effort. By encapsulating persistence logic within the domain objects, the Active Record pattern
1919
promotes a straightforward and intuitive approach to working with data, making it easier to
2020
understand and maintain codebases.

0 commit comments

Comments
 (0)