diff --git a/06-variables/05-type-conversion/exercises/05-convert-and-fix-5/main.go b/06-variables/05-type-conversion/exercises/05-convert-and-fix-5/main.go index 0401156..4ad5792 100644 --- a/06-variables/05-type-conversion/exercises/05-convert-and-fix-5/main.go +++ b/06-variables/05-type-conversion/exercises/05-convert-and-fix-5/main.go @@ -16,7 +16,7 @@ import "fmt" // // HINTS // maximum of int8 can be 127 -// maximum of int16 can be +// maximum of int16 can be 32767 // // EXPECTED OUTPUT // 1127