Skip to content

Commit

Permalink
docs: πŸ“ Fix inconsistency between comment and implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Nov 27, 2024
1 parent 4e7f601 commit 624c562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/users/domain/src/lib/user.entity.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Ensure that the values of all attributes entering the domain layer are valid.
// The constructor is private to prevent direct instantiation of the class.

export class User {
// Class attributes can be declared and initialized directly in the constructor arguments
Expand Down

0 comments on commit 624c562

Please sign in to comment.