fixed typo

This commit is contained in:
Michele Caini
2018-09-02 23:30:37 +02:00
parent 53e228465b
commit 58dbac4422
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
@cond TURN_OFF_DOXYGEN
-->
[![GitHub version](https://badge.fury.io/gh/skypjack%2Fentt.svg)](http://badge.fury.io/gh/skypjack%2Fentt)
[![Loc](https://tokei.rs/b1/github/skypjack/entt)](https://github.com/skypjack/entt)
[![LoC](https://tokei.rs/b1/github/skypjack/entt)](https://github.com/skypjack/entt)
[![Build Status](https://travis-ci.org/skypjack/entt.svg?branch=master)](https://travis-ci.org/skypjack/entt)
[![Build status](https://ci.appveyor.com/api/projects/status/rvhaabjmghg715ck?svg=true)](https://ci.appveyor.com/project/skypjack/entt)
[![Coverage Status](https://coveralls.io/repos/github/skypjack/entt/badge.svg?branch=master)](https://coveralls.io/github/skypjack/entt?branch=master)

1
TODO
View File

@@ -15,3 +15,4 @@
* AOB
* lower case names (?)
* tag_t and the others, create constexpr var
* use delegate within sink, it reduces the boilerplate in C++14, it shrinks the API of sink in C++17