Skip to content

Commit 035a2fa

Browse files
authored
Update README.md
1 parent 48e4113 commit 035a2fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ import { Substitute, Arg } from '@fluffy-spoon/substitute';
9797
class RealCalculator implements Calculator {
9898
add(a: number, b: number) => a + b;
9999
subtract(a: number, b: number) => a - b;
100+
divide(a: number, b: number) => a / b;
100101
}
101102

102103
var realCalculator = new RealCalculator();

0 commit comments

Comments
 (0)