Skip to content

docs: Corrections to Endpoint inheritance page#484

Open
developerjamiu wants to merge 2 commits intomainfrom
docs/endpoint-inheritance-fact-check
Open

docs: Corrections to Endpoint inheritance page#484
developerjamiu wants to merge 2 commits intomainfrom
docs/endpoint-inheritance-fact-check

Conversation

@developerjamiu
Copy link
Copy Markdown
Contributor

Summary

Fact-checked the Endpoint inheritance page. Two corrections:

  • Code example bug: super.hello(...)await super.greet(...) (wrong method name + missing await on a Future<String>).
  • @doNotGenerate parent: corrected wording to match actual generator output (no parent client class generated; child extends EndpointRef directly with parent methods inlined).

Verified by running serverpod generate on a real project.

Test plan

  • Render the page locally and confirm both code blocks read correctly.

@developerjamiu developerjamiu requested review from Swiftaxe and Zfinix May 7, 2026 12:45
Comment thread docs/06-concepts/01-working-with-endpoints/02-endpoint-inheritance.md Outdated
…ance.md

Co-authored-by: Alexander Dahlberg <dustbin4ever@gmail.com>
@developerjamiu developerjamiu requested a review from Swiftaxe May 8, 2026 08:02
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.

2 participants