You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/rules/sotd/stability.js
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,7 @@ async function findSW($candidates, sr) {
33
33
}else{
34
34
const{ crType }=sr.config;
35
35
constgroupIds=awaitsr.getDelivererIDs();
36
-
constINTRO_S=` A Candidate Recommendation Snapshot has received wide review, is intended to gather implementation experience, and has commitments from Working Group${
37
-
groupIds.length>1 ? 's' : ''
38
-
} members to royalty-free licensing for implementations.`;
36
+
constINTRO_S=` A Candidate Recommendation Snapshot has received wide review, is intended to gather implementation experience, and has commitments from Working Group members to royalty-free licensing for implementations.`;
39
37
constINTRO_D=` A Candidate Recommendation Draft integrates changes from the previous Candidate Recommendation that the Working Group${
40
38
groupIds.length>1 ? 's intend' : ' intends'
41
39
} to include in a subsequent Candidate Recommendation Snapshot.`;
0 commit comments