Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ongsici committed Oct 28, 2024
1 parent e9bbb72 commit 99a196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def is_cube(n):


def process_query(input):
if "multipled by" in input:
if "multiplied by" in input:
new_input = input.replace("?", "")
value1 = int(new_input.split(" ")[2])
value2 = int(new_input.split(" ")[5])
Expand Down

0 comments on commit 99a196f

Please sign in to comment.