Skip to content

Commit

Permalink
correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lferraz committed Mar 13, 2023
1 parent 911a158 commit 5d6c99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Let's see a very simple example that sums 2 integers:
class Add(Component):
"""Add two numbers."""
# NOTE: type definition is optional, but it helps with the intellisense. ;)
class InputsTyping(OutputParams):
class InputsTyping(InputParams):
a: InputParam
b: InputParam

Expand Down

0 comments on commit 5d6c99b

Please sign in to comment.