diff --git a/src/userinput.h b/src/userinput.h index 9646ad9..3df4b7b 100644 --- a/src/userinput.h +++ b/src/userinput.h @@ -4,7 +4,7 @@ /// userinput.h provides functions for retrieving user input. /// The functions are named get + placeholder used by printf for the given datatype. /// string -> gets -/// short ind -> gethd +/// short -> gethd /// int -> getd /// long -> getld /// long long -> getlld