From 7d7c150d50c4c7831b8cd0415e28db58e6534636 Mon Sep 17 00:00:00 2001 From: TheUltimateOptimist Date: Sun, 28 Jan 2024 02:28:53 +0100 Subject: [PATCH] fixed spelling mistake in userinput.h docs --- src/userinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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