diff --git a/playground/src/index.ts b/playground/src/index.ts index bb1d5ce..bf955ca 100644 --- a/playground/src/index.ts +++ b/playground/src/index.ts @@ -14,7 +14,7 @@ export function add(a: number, b: number) { } /** - * Adds two numbers together. + * Subtracts two numbers together. * * @example *