Skip to content

Commit 8af5a7e

Browse files
authored
Doc update. (#289)
1 parent bfc9960 commit 8af5a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/builder.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ class PartBuilder extends _Builder {
168168
/// If [header] is an empty `String` no header is added.
169169
///
170170
/// May set [requireLibraryDirective] to `false` in order to opt-in to
171-
/// supporting a `1.25.0` feature of `part of` being usable without an
171+
/// supporting a `2.0.0-dev` feature of `part of` being usable without an
172172
/// explicit `library` directive. Developers should restrict their `pubspec`
173173
/// accordingly:
174174
/// ```yaml
175-
/// sdk: '>=1.25.0 <2.0.0'
175+
/// sdk: '>=2.0.0-dev <2.0.0'
176176
/// ```
177177
PartBuilder(List<Generator> generators,
178178
{String formatOutput(String code),

0 commit comments

Comments
 (0)