diff options
| author | Sean Hinchee <henesy@users.noreply.github.com> | 2019-03-11 23:28:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-11 23:28:14 -0500 |
| commit | 800edd82a0a1c63a1a08fa23502a280dbb7d9937 (patch) | |
| tree | 3468df1c9f700dea975d02fb5ccb46350320e694 /Generics | |
| parent | 6d784404ce66549fb8b69de4ecef32984da13324 (diff) | |
Update README.md
Diffstat (limited to 'Generics')
| -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 |
