OSDN Git Service

frameworks/base/docs/ndk: fix typo in landing page
authorJohan Euphrosine <proppy@google.com>
Sat, 23 May 2015 01:01:57 +0000 (18:01 -0700)
committerJohan Euphrosine <proppy@google.com>
Sat, 23 May 2015 01:01:57 +0000 (18:01 -0700)
Change-Id: Ie792506b73e85dd58ebf481339801aa1d8036031

docs/html-ndk/ndk/index.jd

index 3ab95c8..f97dbef 100644 (file)
@@ -28,7 +28,7 @@ footer.hide=1
               <span style="color:#ccc">&nbsp;&nbsp;/**<br>
                 &nbsp;&nbsp;* Native method implemented in C/C++<br>
                 &nbsp;&nbsp;*/</span><br>
-                &nbsp;&nbsp;public <span style="color:#1DE9B6;font-weight:700">native</span> void <span style="color:#eee">computerFoo()</span>;<br>
+                &nbsp;&nbsp;public <span style="color:#1DE9B6;font-weight:700">native</span> void <span style="color:#eee">computeFoo()</span>;<br>
               }</span>
       </div>
     </div>