mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-14 13:15:59 +00:00
[ocaml/en] Fix typo
This commit is contained in:
parent
41ef626a18
commit
2531d8c7f1
@ -161,7 +161,7 @@ let my_lambda = fun x -> x * x ;;
|
|||||||
|
|
||||||
(*** Operators ***)
|
(*** Operators ***)
|
||||||
|
|
||||||
(* There is little distintion between operators and functions.
|
(* There is little distinction between operators and functions.
|
||||||
Every operator can be called as a function. *)
|
Every operator can be called as a function. *)
|
||||||
|
|
||||||
(+) 3 4 (* Same as 3 + 4 *)
|
(+) 3 4 (* Same as 3 + 4 *)
|
||||||
|
Loading…
Reference in New Issue
Block a user