Skip to content

Commit 462f1a0

Browse files
committed
Fix typo
1 parent bf47a5b commit 462f1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "example.h"
44

55
int fact(int n) {
6-
if (n<0){ /* This should propably return an error, but this is simpler*/
6+
if (n<0){ /* This should probably return an error, but this is simpler*/
77
return 0;
88
}
99
if (n == 0) {

0 commit comments

Comments
 (0)