From 800edd82a0a1c63a1a08fa23502a280dbb7d9937 Mon Sep 17 00:00:00 2001 From: Sean Hinchee Date: Mon, 11 Mar 2019 23:28:14 -0500 Subject: Update README.md --- Generics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Generics/README.md') diff --git a/Generics/README.md b/Generics/README.md index b8e44e6..319672c 100644 --- a/Generics/README.md +++ b/Generics/README.md @@ -92,7 +92,7 @@ The `pair()` function allows two separate types `T`, indicated as `T1` and `T2`. - Try changing the pick tag for one of the instances of `Num`, how does `stringify()` behave? - Can you find a way to make the `eq()` function do a deep comparison of `Int`'s? - Try removing the `.String` from the `words` definition, what happens? -- Try removing `ref anywhere, see what happens. +- Try removing `ref` anywhere, see what happens. ## References -- cgit v1.2.3