feat: typo

This commit is contained in:
2022-10-05 13:31:43 +02:00
parent f93ce8a878
commit e0facebf8b
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ void row_delete() {
* @returns Void.
*/
void row_modify() {
printf("\n\t[CREATE TABLE]\n");
printf("\n\t[MODIFY ROW]\n");
printf("Insert table to use:\t");
scanf("%s", table);
printf("Insert identifier(s) to use:\t");

View File

@@ -1,4 +1,4 @@
/* utils.c */
/** @brief Hash `str` to `hash` for use in a switch case
*
* A string needs to be hashed for it to be used