Merge pull request #569 from Yandex-Practicum/fix-cs-080725

PRACTICUMFB-40755
This commit is contained in:
Harley
2025-07-08 07:34:57 +03:00
committed by GitHub
@@ -55,7 +55,7 @@ func maxTwoValues<T: Comparable>(_ a: T, _ b: T) -> T {
}
```
Сравним сигнатуру дженерик-функции и функции `maxToInts`:
Сравним сигнатуру дженерик-функции и функции `maxTwoInts`:
```swift
func maxTwoInts(_ a: Int, _ b: Int)