Skip to content

Commit

Permalink
Update builtin.aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
DieMyst authored Dec 27, 2021
1 parent 75a978c commit b1bab70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin.aqua
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ service Dist("dist"):
list_modules() -> []Module

-- Get the interface of a module
get_interface(module_id: string) -> Interface
get_module_interface(module_hash: string) -> Interface

-- Creates Blueprint structure from from blueprint name and dependencies (modules)
make_blueprint(name: string, dependencies: []Dependency) -> AddBlueprint
Expand Down

1 comment on commit b1bab70

@DieMyst
Copy link
Member Author

@DieMyst DieMyst commented on b1bab70 Dec 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in the function name, renamed to make it work

Please sign in to comment.