Skip to content
Snippets Groups Projects
Commit 35c64294 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Fixed another typo.

parent 36200858
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ let rec isSublist l s =
(* 7 *)
let rec lookup l key =
(* Math key to the first tuple and return the value-side of the tuple if
(* Match key to the first tuple and return the value-side of the tuple if
* matched. Otherwise, lookup in the rest of the tuples *)
match l with
| [] -> raise (Failure "lookup")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment