Skip to content

Commit

Permalink
checked all changed letter parameters - they all work
Browse files Browse the repository at this point in the history
  • Loading branch information
christinerose authored Dec 1, 2023
1 parent c02d321 commit 1d0626e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tutorials/language/0it_00_values_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ As you learned in the [Tour of OCaml](/docs/tour-of-ocaml), bindings are immutab
# let i = 21;;
val i : int = 21
# let i = 7 in i * 2;;
# i
- : int = 14
# i;;
Expand Down

0 comments on commit 1d0626e

Please sign in to comment.