Skip to content

Commit

Permalink
Docs generated from: docs: Fix typo in language guide (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
carp-lang committed Aug 14, 2022
1 parent d411d14 commit 1fee49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LanguageGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ and `Cat.meow` as an implementation of `speak`:
(implements speak Cat.meow))
```

Only functions that satisfy an interface's singature can implement
Only functions that satisfy an interface's signature can implement
it. For exmaple, the following function isn't a valid implementation
of `speak` because it has the wrong number of arguments and its return
type does not match the return type of `speak`:
Expand Down

0 comments on commit 1fee49c

Please sign in to comment.