pkg,service: fix typos in comments, exceptions, tests (#3486)

This commit is contained in:
Oleksandr Redko
2023-08-29 15:44:18 +03:00
committed by GitHub
parent 7f094c81e9
commit e404917db7
8 changed files with 8 additions and 8 deletions

View File

@ -50,7 +50,7 @@ const (
FloatIsNormal floatSpecial = iota
// FloatIsNaN means the float is a special NaN value.
FloatIsNaN
// FloatIsPosInf means the float is a special positive inifitiy value.
// FloatIsPosInf means the float is a special positive infinity value.
FloatIsPosInf
// FloatIsNegInf means the float is a special negative infinity value.
FloatIsNegInf