authorgravatar for acc1729+github@gmail.comAdam C <acc1729+github@gmail.com> 2021-07-18 17:53:06-04:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2021-07-18 23:53:06+02:00
log95e5fac412ff355d9a6dc281e6f39b9c0e940c18
treedec95de54c17b6136486d251da94b18753ba8b7c
parent9979741bff5867818e4186348e7aa4e271389317
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

FIX typo in doc comment for std.math.hypot (#9413)


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/math/hypot.zig+1-1
......@@ -14,7 +14,7 @@ const math = std.math;
1414const expect = std.testing.expect;
1515const maxInt = std.math.maxInt;
1616
17/// Returns sqrt(x * x + y * y), avoiding unncessary overflow and underflow.
17/// Returns sqrt(x * x + y * y), avoiding unnecessary overflow and underflow.
1818///
1919/// Special Cases:
2020/// - hypot(+-inf, y) = +inf