Image - power-of-two documentation error?

Documentation for Image says that DEFAULT_FILTER variable is to “Specify if we will automatically convert non-power-of-two textures to power-of-two.”. This doesn’t seem true - it is a variable to choose if you want Linear or Nearest scaling filter as default.

https://heaps.io/api/hxd/res/Image.html

…maybe you can just do a pull-request on the git repo of Heaps?