Skip to content

Commit 71e7bcd

Browse files
authored
chore: fix typo (#18)
1 parent f55e607 commit 71e7bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ch06-declarations/item-48-use-tsdoc/use-tsdoc-03.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Generate a greeting.
33
* @param name Name of the person to greet
4-
* @param salutation The person's title
4+
* @param title The person's title
55
* @returns A greeting formatted for human consumption.
66
*/
77
function greetFullTSDoc(name: string, title: string) {

0 commit comments

Comments
 (0)