leafo / lua-enet

Bindings to ENet for Lua
http://leafo.net/lua-enet/
85 stars 25 forks source link

Inconsistency between documentation and actual function name for host_socket_get_address() #10

Closed piernov closed 10 years ago

piernov commented 10 years ago

The documentation explains the function host:get_socket_address(), however, the host_socket_get_address() is actually exported as socket_get_address, not get_socket_address.

naelstrof commented 10 years ago

This is fixed with #12.