processing/processing-android

Tiny wrong mistake in documentation

clankill3r opened this issue · 2 comments

https://android.processing.org/reference/permissions/query.html

This:

println("No permission to read location", width/2, height/2);

should be:

text("No permission to read location", width/2, height/2);

This should be on processing-android-website
reopening it there.

Closing it, issue raised at processing-website repo.

Thanks @clankill3r for reporting it !

Thanks,
Aditya