Skip to content

Commit 47fed1d

Browse files
committed
fix pubspec warning for CI to pass
1 parent 32ced6a commit 47fed1d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/src/model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4480,7 +4480,7 @@ abstract class ModelElement extends Canonicalization
44804480
bool wasDeprecated = false;
44814481
if (positionalArgs.length == 4) {
44824482
// Supports the original form of the animation tag for backward
4483-
// compatibility.`
4483+
// compatibility.
44844484
uniqueId = positionalArgs.removeAt(0);
44854485
wasDeprecated = true;
44864486
} else if (positionalArgs.length == 3) {

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
33
version: 0.29.0
4-
author: Dart Team <[email protected]>
54
description: A documentation generator for Dart.
65
homepage: https://github.com/dart-lang/dartdoc
76
environment:

0 commit comments

Comments
 (0)