Skip to content

Commit b616651

Browse files
authored
een ; minder :) (#79)
1 parent 4f35ab8 commit b616651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speller/load/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ After you have implemented `load`, the remaining functions will be a little bit
99

1010
For `load()` to work correctly, you will need a hash function that maps a given word to a "bucket" in the hash table. Let's start with this (very bad) hash function:
1111

12-
unsigned int hash(const char *word);
12+
unsigned int hash(const char *word)
1313
{
1414
return 0;
1515
}

0 commit comments

Comments
 (0)