Skip to content

Commit b5f64ae

Browse files
committed
More editorial
1 parent fe559ea commit b5f64ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 4 -- Introspection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,10 +553,10 @@ Identifiers defined by specific projects, vendors, or implementations should
553553
begin with a prefix derived from a DNS name they control (e.g.,
554554
{"com.example."}).
555555

556-
Clients should use string equality to check for known identifiers, and should
557-
ignore unknown identifiers.
556+
Clients should compare identifiers using exact string equality and should ignore
557+
unknown identifiers.
558558

559-
Implementers should not change the meaning of capability identifiers, instead a
559+
Implementers should not change the meaning of capability identifiers; instead, a
560560
new capability identifier should be used when the meaning changes. Implementers
561561
should ensure that capability identifiers remain stable and version-agnostic
562562
where possible; capability versioning, if needed, can be indicated using dot

0 commit comments

Comments
 (0)