Skip to content

Commit

Permalink
Do some stuff
Browse files Browse the repository at this point in the history
This commit is for testing GitHub Actions CI workflow
  • Loading branch information
dtinth authored Sep 22, 2021
1 parent fd80551 commit f2c0abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class FreshLibrary {
* @param b - The second number.
* @returns The sum of two numbers.
*/
add(a: number, b: number) {
addition ( a: number, b: number ) {
return a + b
}
}

0 comments on commit f2c0abb

Please sign in to comment.