Skip to content

Commit

Permalink
docs: fix typo in interfaces.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg authored Dec 2, 2020
1 parent cfbc9a8 commit 683bf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An interface is a set of function definitions used to enable communication betwe
Declaring and using Interfaces
==============================

Interfaces can be added to contracts either through inline definition, or by importing them from a seperate file.
Interfaces can be added to contracts either through inline definition, or by importing them from a separate file.

The ``interface`` keyword is used to define an inline external interface:

Expand Down

0 comments on commit 683bf47

Please sign in to comment.