Skip to content

docs: fix 'encapsulate' to 'encapsulates' in service-layer/README.md - #3554

Open
lunar-me wants to merge 1 commit into
iluwatar:masterfrom
lunar-me:fix-docs/service-layer-verb
Open

docs: fix 'encapsulate' to 'encapsulates' in service-layer/README.md#3554
lunar-me wants to merge 1 commit into
iluwatar:masterfrom
lunar-me:fix-docs/service-layer-verb

Conversation

@lunar-me

Copy link
Copy Markdown

Description

This PR fixes a subject-verb agreement error in service-layer/README.md (line 23).

Problem

'The pattern encapsulate' should be 'The pattern encapsulates' — 'pattern' is singular.

Before

The pattern encapsulate business logic in a distinct layer

After

The pattern encapsulates business logic in a distinct layer

@github-actions

github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown

PR Summary

Fixed a subject-verb agreement error in the Service Layer README. The sentence used the singular noun 'pattern' with the verb 'encapsulate', which should be 'encapsulates'. Updated the line accordingly to read: "The pattern encapsulates business logic in a distinct layer to promote separation of concerns and to provide a well-defined API for the presentation layer." Also aligned the documentation grammar.

Changes

File Summary
service-layer/README.md Corrected subject-verb agreement by changing 'The pattern encapsulate business logic...' to 'The pattern encapsulates business logic...' to reflect the singular subject 'pattern'.

autogenerated by presubmit.ai

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Review Summary

Commits Considered (1)
  • a145479: docs: fix 'encapsulate' to 'encapsulates' in service-layer/README.md
Files Processed (1)
  • service-layer/README.md (1 hunk)
Actionable Comments (0)
Skipped Comments (1)
  • service-layer/README.md [23-23]

    readability: "Fix subject-verb agreement in service layer README."

@codecov

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.29%. Comparing base (74d2dbe) to head (a145479).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3554      +/-   ##
============================================
+ Coverage     83.24%   83.29%   +0.04%     
  Complexity     4025     4025              
============================================
  Files          1060     1060              
  Lines         14246    14246              
  Branches        686      686              
============================================
+ Hits          11859    11866       +7     
+ Misses         2100     2095       -5     
+ Partials        287      285       -2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant