We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55e607 commit 71e7bcdCopy full SHA for 71e7bcd
samples/ch06-declarations/item-48-use-tsdoc/use-tsdoc-03.ts
@@ -1,7 +1,7 @@
1
/**
2
* Generate a greeting.
3
* @param name Name of the person to greet
4
- * @param salutation The person's title
+ * @param title The person's title
5
* @returns A greeting formatted for human consumption.
6
*/
7
function greetFullTSDoc(name: string, title: string) {
0 commit comments