Browse Source

fixed typo

Michele Caini 7 years ago
parent
commit
58dbac4422
2 changed files with 2 additions and 1 deletions
  1. 1 1
      README.md
  2. 1 0
      TODO

+ 1 - 1
README.md

@@ -4,7 +4,7 @@
 @cond TURN_OFF_DOXYGEN
 @cond TURN_OFF_DOXYGEN
 -->
 -->
 [![GitHub version](https://badge.fury.io/gh/skypjack%2Fentt.svg)](http://badge.fury.io/gh/skypjack%2Fentt)
 [![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://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)
 [![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)
 [![Coverage Status](https://coveralls.io/repos/github/skypjack/entt/badge.svg?branch=master)](https://coveralls.io/github/skypjack/entt?branch=master)

+ 1 - 0
TODO

@@ -15,3 +15,4 @@
 * AOB
 * AOB
 * lower case names (?)
 * lower case names (?)
 * tag_t and the others, create constexpr var
 * 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