Skip to content

Commit

Permalink
correction swimming formula in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lekan-rust committed Feb 9, 2024
1 parent 2a99cf5 commit 4507617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (s Swimming) meanSpeed() float64 {

// Calories возвращает количество калорий, потраченных при плавании.
// Формула расчета:
// длина_бассейна_в_метрах * количество_пересечений / м_в_км / время_тренеровки_в_часах
// (средняя_скорость_в_км/ч + SwimmingCaloriesMeanSpeedShift) * SwimmingCaloriesWeightMultiplier * вес_спортсмена_в_кг * время_тренировки_в_часах
// Это переопределенный метод Calories() из Training.
func (s Swimming) Calories() float64 {
// вставьте ваш код ниже
Expand Down

0 comments on commit 4507617

Please sign in to comment.