Skip to content

Commit 9c5a03e

Browse files
committed
comment
1 parent 69ca0c9 commit 9c5a03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/dartdoc_options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ abstract class DartdocOption<T extends Object?> {
526526
return _children[name]!;
527527
}
528528

529-
/// Get the immediate child of this node named [name] as a [DartdocOption<dynamic>].
529+
/// Get the immediate child of this node named [name] and its value at [dir].
530530
U getValueAs<U extends Object?>(String name, Folder dir) =>
531531
_children[name]?.valueAt(dir) as U;
532532

0 commit comments

Comments
 (0)