Skip to content

Commit

Permalink
Merge pull request #2238 from tserg/master
Browse files Browse the repository at this point in the history
docs: fix typo in interfaces.rst
  • Loading branch information
fubuloubu authored Dec 2, 2020
2 parents cfbc9a8 + 683bf47 commit 1a58196
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 1a58196

Please sign in to comment.