diff --git a/README.md b/README.md index 63ebc80..36412ac 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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}`. \ No newline at end of file +`Val{:x}()` over `Val{:x}`.