diff options
| -rw-r--r-- | Generics/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
