Skip to content

Commit

Permalink
fix(docs): comment spelling
Browse files Browse the repository at this point in the history
Co-authored-by: antazoey <[email protected]>
  • Loading branch information
mikeshultz and antazoey authored Mar 19, 2024
1 parent 7dd8303 commit b382eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_vyper/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def _match_source(import_path: str) -> Optional[PackageManifest]:
interfaces_source += generate_interface(abis, iface_name)
continue

# Vyper imported interface names come form their file names
# Vyper imported interface names come from their file names
file_name = iface_name_from_file(import_file)
# Generate an ABI from the source code
abis = source_to_abi(import_file.read_text())
Expand Down

0 comments on commit b382eef

Please sign in to comment.