c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
814 stars 83 forks source link

Update r3.h #49

Closed CindyLinz closed 10 years ago

CindyLinz commented 10 years ago

fix comment.. :p

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 7cae9bf71a1d784c128ff8024c1c8acdb54404f8 on CindyLinz:patch-1 into 2890ed142e99087db341ec515b14b6d1a5c4db5a on c9s:master.