Skip to content

Commit 00306b5

Browse files
docs(core): public/index.ts section comment — Protocol is abstract, not concrete
1 parent cb7c4e5 commit 00306b5

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/exports/public

1 file changed

+1
-1
lines changed

packages/core/src/exports/public/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export { checkResourceAllowed, resourceUrlFromServerUrl } from '../../shared/aut
3838
// Metadata utilities
3939
export { getDisplayName } from '../../shared/metadataUtils.js';
4040

41-
// Protocol class (concrete; subclass for custom vocabularies via SpecT) + types. NOT mergeCapabilities.
41+
// Protocol class (abstract; subclass for custom vocabularies via SpecT) + types. NOT mergeCapabilities.
4242
export type {
4343
BaseContext,
4444
ClientContext,

0 commit comments

Comments
 (0)