Skip to content

Commit fd7fdc7

Browse files
committed
KeyValueStoring -> KeyedStoring
1 parent 5061c1c commit fd7fdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org/allPRs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const userDefaultsWrapper = async () => {
137137
if (foundOccurrence) {
138138
// trim leading + and whitespace
139139
const cleanLine = foundOccurrence.replace(/^\+\s*/, '').trim();
140-
fail(`New \`@UserDefaultsWrapper\` definitions are not allowed. Please use \`KeyValueStoring\` protocol instead.\nFound this line:\n\`\`\`swift\n${cleanLine}\n\`\`\``);
140+
fail(`New \`@UserDefaultsWrapper\` definitions are not allowed. Please use \`KeyedStoring\` protocol instead.\nFound this line:\n\`\`\`swift\n${cleanLine}\n\`\`\``);
141141
return;
142142
}
143143
}

0 commit comments

Comments
 (0)