BlueRaja / High-Speed-Priority-Queue-for-C-Sharp

A C# priority queue optimized for pathfinding applications
MIT License
1.15k stars 169 forks source link

Typo #41

Closed HurricanKai closed 5 years ago

HurricanKai commented 6 years ago

Just a little Typo in the Description of GenericPriorityQueue, /// <typeparam name="TItem">The values in the queue. Must extend the GenericPriorityQueue class</typeparam> It shoud be /// <typeparam name="TItem">The values in the queue. Must extend the GenericPriorityQueueNode class</typeparam>

Thanks for the Great Work!

BlueRaja commented 5 years ago

Fixed in v4.2.0