Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit c30bfe1

Browse files
authored
comment typo (#3970)
1 parent 9b9aad5 commit c30bfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/rules/dangling_library_doc_comments.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class _Visitor extends SimpleAstVisitor<void> {
7777
// other directives do not have the appearance of documenting the library.
7878
var firstDirective = node.directives.first;
7979
if (firstDirective is LibraryDirective) {
80-
// Given the presense of library directive, don't worry about later doc
80+
// Given the presence of library directive, don't worry about later doc
8181
// comments in the library.
8282
return;
8383
}

0 commit comments

Comments
 (0)