Problem in the Android documentation
Posted
by Nick
on Stack Overflow
See other posts from Stack Overflow
or by Nick
Published on 2010-06-14T22:50:40Z
Indexed on
2010/06/14
22:52 UTC
Read the original article
Hit count: 130
android
Hi all,
This is my first post ever -- I love the Android SDK (been at it for a week), but I did notice a small typo in the official documentation that needs correcting. Not sure if this is where I post it, but on this page:
http://developer.android.com/reference/android/os/CountDownTimer.html
within the example source code, the source says "CountdownTimer" on line one when it should say "CountDownTimer" (notice the capitalization of the letter "D"). An easy fix for one with programming experience, but the code as written will not compile, which could be confusing for someone using this code for the first time. Is this where documentation bugs are submitted, and if not, where should I go to request the fix?
Thanks all!
© Stack Overflow or respective owner