Skip to content

Commit

Permalink
fix nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 6, 2017
1 parent 8ab15de commit f5105f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Note that the *equivalent expressions* above are just for the purpose to conveyi

*Functors* are typed instances used in indicate a particular function. Since Julia is not able to specialize on functions (yet), functors provide an effective way that allow mutliple dispatch and functional programming to work together.

The package defines an abstract type ``Functor`` as
The package defines an abstract type ``Functor`` as

```julia
abstract Functor{N}
Expand Down
2 changes: 1 addition & 1 deletion test/functors.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using NumericFuns
using Base.Test
using Compat
using SpecialFunctions

println(" macros")
test_unary(x) = -x
Expand Down

0 comments on commit f5105f4

Please sign in to comment.