Skip to content

Commit 6caea12

Browse files
committed
new updates
1 parent 7cd17cd commit 6caea12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/ravi/cal/RaviCalculator/Calculator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public long getSecond() {
1818
return second;
1919
}
2020

21-
// Addition
21+
// Addition Function
2222
public long addFucn(long first, long second){
2323

2424
return first+second;

0 commit comments

Comments
 (0)