Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
From `Ths function is called...` to `This function is called`.
  • Loading branch information
yctai1994 committed Dec 27, 2023
1 parent 642688e commit 2356998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/hello-world/hello_world.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Declare the 'hello()' function, which takes no arguments and returns a
// 'const char *', i.e. a pointer to a character (in this case the first
// character in a string). The function itself is defined in the hello_world.c
// source file. Ths function is called by the test case(s) in the test source
// source file. This function is called by the test case(s) in the test source
// file test/test_hello_world.c.
const char *hello(void);

Expand Down

0 comments on commit 2356998

Please sign in to comment.