Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 442193c

Browse files
Fix typo on readme (#506)
1 parent dda8ade commit 442193c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ remainingEmailsMessage(int howMany, String userName) =>
147147
other: 'There are $howMany emails left for $userName.')}''',
148148
name: 'remainingEmailsMessage',
149149
args: [howMany, userName],
150-
desc: How many emails remain after archiving.',
150+
desc: 'How many emails remain after archiving.',
151151
examples: const {'howMany': 42, 'userName': 'Fred'});
152152
153153
print(remainingEmailsMessage(1, 'Fred'));

0 commit comments

Comments
 (0)