Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Savchenko <[email protected]>
  • Loading branch information
e11sy and neSpecc authored Oct 22, 2023
1 parent e78c0bb commit f3737a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/service/noteList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class NoteListService {
public repository: NoteRepository;

/**
* Number of notes shown in one time
* Number of notes shown in one portion
*/
private readonly portionSize = 30;

Expand Down

0 comments on commit f3737a2

Please sign in to comment.