Fix deprecated tag
This commit is contained in:
parent
4aeabb2967
commit
1511bdeedd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ func Sum(a, b int) int {
|
|||
return a + b
|
||||
}
|
||||
|
||||
// Deprecate: use MulFloat
|
||||
// Deprecated: use MulFloat
|
||||
func Mul(a, b int) int {
|
||||
return a * b
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue