Skip to content

Commit 4883cd0

Browse files
committed
docs: update README
1 parent e3efb86 commit 4883cd0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -11010,6 +11010,16 @@ function quux () {
1101011010
}
1101111011
// Message: Sentence must end with a period.
1101211012

11013+
/**
11014+
* Foo
11015+
*
11016+
* @param x
11017+
*/
11018+
function quux () {
11019+
11020+
}
11021+
// Message: Sentence must end with a period.
11022+
1101311023
/**
1101411024
* Foo
1101511025
* Bar.

0 commit comments

Comments
 (0)