Skip to content

Commit 6fd7239

Browse files
committed
Minor tweaks
1 parent dc9315c commit 6fd7239

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

spec/Section 3 -- Type System.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,12 +2269,10 @@ A _service capability_ is identified by a _capability identifier_ (a
22692269

22702270
:: A _capability identifier_ is a {QualifiedName} (a case-sensitive string value
22712271
composed of two or more {Name} separated by a period (`.`)) that uniquely
2272-
identifies a capability.
2273-
2274-
This structure is inspired by reverse domain notation to encourage global
2275-
uniqueness and collision-resistance; it is recommended that identifiers defined
2276-
by specific projects, vendors, or implementations begin with a prefix derived
2277-
from a DNS name they control (e.g., {"com.example."}).
2272+
identifies a capability. This structure is inspired by reverse domain notation
2273+
to encourage global uniqueness and collision-resistance; it is recommended that
2274+
identifiers defined by specific projects, vendors, or implementations begin with
2275+
a prefix derived from a DNS name they control (e.g., {"com.example."}).
22782276

22792277
Clients must compare capability identifiers using exact (case-sensitive) string
22802278
equality.
@@ -2308,9 +2306,10 @@ interoperability, while avoiding tight coupling to specific implementations.
23082306
For capabilities that require more information than a simple indication of
23092307
support, a string value may be specified.
23102308

2311-
The capability {"graphql.onError"} does not require additional information and
2312-
thus does not specify a value; whereas {"graphql.defaultErrorBehavior"} uses the
2313-
value to indicate which _error behavior_ is the default.
2309+
For example, the capability {"graphql.onError"} does not require additional
2310+
information and thus does not specify a value; whereas
2311+
{"graphql.defaultErrorBehavior"} uses the value to indicate which _error
2312+
behavior_ is the default.
23142313

23152314
**Specified capabilities**
23162315

0 commit comments

Comments
 (0)