Skip to content

Commit

Permalink
Fix introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geri1701 authored and giacomocavalieri committed Feb 11, 2024
1 parent b39911a commit c9f8e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/valentines-day/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import gleam/int
import gleam/float
pub fn describe(number: Number) -> String {
case flexibleNumber {
case flexible_number {
SomeFloat(f) -> "Float: " <> float.to_string(f)
SomeInt(i) -> "Int: " <> int.to_string(i)
Invalid -> "Neither a float nor an int"
Expand Down

0 comments on commit c9f8e5c

Please sign in to comment.