File:readline() has inconsistant naming

In the Lua SDK, the function file:readline() is all lowercase. Other functions in Lua are written in camel case, so it should be file:readLine() instead for consistency.

1 Like