shithub: limbobyexample

Download patch

ref: 800edd82a0a1c63a1a08fa23502a280dbb7d9937
parent: 6d784404ce66549fb8b69de4ecef32984da13324
author: Sean Hinchee <henesy@users.noreply.github.com>
date: Mon Mar 11 19:28:14 EDT 2019

Update README.md

--- a/Generics/README.md
+++ b/Generics/README.md
@@ -92,7 +92,7 @@
 - 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