Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TartanLlama/function_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
TartanLlama committed Apr 29, 2019
2 parents 5131b07 + 7add705 commit b2b125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void foo (function_ref<int(int)> func) {
foo([](int i) { return i*2; });
```
Full documentation available [here](https://function-ref.tartanllama.xyz/).
Full documentation available [here](https://tl.tartanllama.xyz/).
----------
Expand Down

0 comments on commit b2b125e

Please sign in to comment.