diff options
| author | 2015-05-22 18:01:57 -0700 | |
|---|---|---|
| committer | 2015-05-22 18:01:57 -0700 | |
| commit | 6a7406bc1787d0b555ca3a3226a291d42554a94c (patch) | |
| tree | 6fb300542d259035a58507af21034802063093ff | |
| parent | 6cf938c3021dd3492b43de6ee2664609e041a0c8 (diff) | |
frameworks/base/docs/ndk: fix typo in landing page
Change-Id: Ie792506b73e85dd58ebf481339801aa1d8036031
| -rw-r--r-- | docs/html-ndk/ndk/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html-ndk/ndk/index.jd b/docs/html-ndk/ndk/index.jd index 3ab95c83be28..f97dbef79eb2 100644 --- a/docs/html-ndk/ndk/index.jd +++ b/docs/html-ndk/ndk/index.jd @@ -28,7 +28,7 @@ footer.hide=1 <span style="color:#ccc"> /**<br> * Native method implemented in C/C++<br> */</span><br> - public <span style="color:#1DE9B6;font-weight:700">native</span> void <span style="color:#eee">computerFoo()</span>;<br> + public <span style="color:#1DE9B6;font-weight:700">native</span> void <span style="color:#eee">computeFoo()</span>;<br> }</span> </div> </div> |