Commit 588a1d7 1 parent c79a7cd commit 588a1d7 Copy full SHA for 588a1d7
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ConfigCat is a [hosted feature flag service](http://configcat.com). Manage featu
24
24
``` elixir
25
25
def deps do
26
26
[
27
- {:configcat , " ~> 2 .0.0" }
27
+ {:configcat , " ~> 3 .0.0" }
28
28
]
29
29
end
30
30
```
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ defmodule ConfigCat.Hooks do
54
54
end
55
55
56
56
@ typedoc """
57
- A module/function name/extra arguments tuple representing a callback function.
57
+ A hook callback is either an anonymous function or a module/ function name/extra_arguments tuple .
58
58
59
- Each callback passes specific arguments. These specific arguments are
59
+ Each callback is passed specific arguments. These specific arguments are
60
60
prepended to the extra arguments provided in the tuple (if any).
61
61
62
62
For example, you might want to define a callback that sends a message to
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule ConfigCat.MixProject do
9
9
name: "ConfigCat" ,
10
10
source_url: @ source_url ,
11
11
homepage_url: "https://configcat.com/" ,
12
- version: "2 .0.1 " ,
12
+ version: "3 .0.0 " ,
13
13
elixir: "~> 1.10" ,
14
14
description: description ( ) ,
15
15
package: package ( ) ,
You can’t perform that action at this time.
0 commit comments