Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cstjean authored Sep 13, 2018
1 parent e15bf15 commit 5e6f61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ foo((:a, :b, :c))
Unrolled.jl also provides the following unrolled functions, defined on `Tuple`s only.

```
unrolled_map, unrolled_reduce, unrolled_in, unrolled_any, unrolled_all
unrolled_map, unrolled_reduce, unrolled_in, unrolled_any, unrolled_all, unrolled_foreach
```

and
Expand All @@ -146,4 +146,4 @@ using Unrolled, Base.Test
# Note on `Val`

In my experience, `Val` objects are more type-stable than `Val` types. Favor
`Val{:x}()` over `Val{:x}`.
`Val{:x}()` over `Val{:x}`.

0 comments on commit 5e6f61b

Please sign in to comment.